V1.1.1 Bugfixes for plotting
V1.1
Added plotting of boolean like graphs for any predicate with a BOOLEAN as last argument
Bug-fix in error reporting when reading files
Beta implementation of parameter tuning using evolutionary algorithm added
V1.0.1 Bug-fix with retrieving absolute folder path
V1
Major rewrite of inner structure of l2
Timepoint for result moved to first place in cell array for overall coherence!
All files contained in single folder which needs to be added to the path, models can be created and ran anywhere
A predicate is now a seperate class, making it more easy to use
pred2str, str2pred, predcmp, ispredicate not part of l2 class
Plotting on screen now produces multiple figures if it does not fit
Print to file produces multiple files due to bug in Matlab 2014b and uses the same function as a regular plot
Documentation updated to match current version
Names of external files used can be customized
plotFile changed to export and produces correct output in Matlab 2014b and earlier versions
V0.49 (unreleased)
Scenarios are defined slightly different to be more natural
l2.pred2str and l2.str2pred to convert strings in predicate format and vica versa
l2.predcmp to compare equality of 2 predicates
Plotting improved using panel (bundled with l2-matlab)
Added possibility for custom plot functions for each predicate
Overall improvement of organisation
Extensive update of comments and help files
Deprecated functions removed (l2.getVar, l2.forall)
V0.21 l2.forall and l2.getVar output deprecated warning
V0.20
Rewrite of getRules.m for better reliability
l2.forall renamed to l2.getall due to confusion with logical forall
Inf allowed for intervals in scenarios.l2 to represent end time of scenario, i.e. [1:Inf] for the entire simulation run
V0.19
l2.forall function added for convinience when creating for loops
Introductionary examples update to use both l2.exists and l2.forall
V0.18
l2.exists function added, will replace l2.getVar function eventually
Introductionary examples updated to use l2.exists function instead of l2.getVar
Improved performance with nested predicates
Minor bugfixes
V0.17 Minor bugfixes
V0.16 Repackaging of files
V0.15 Minor bugfixes
V0.14 Minor bugfixes
V0.13 Minor bugfixes
V0.12
Walkthrough improved
Duplicate results only added once in trace
V0.11 Improvements and bug fixes for plotting
V0.10
Several bug fixes
Improved walkthrough
V0.9 Added a walkthrough
V0.8 Improvements to some examples
V0.7
Example added using nested predicates
Minor bugfixes
V0.6
Added an extra example
Updated manual
V0.5
Added a Matlab tutorial
Minor bugfixes
V0.4 Improvements to plotting
V0.3
More plotting improvements
Plotting to file possible
V0.2
Improvements to plotting
More documentation for examples
V0.1 Complete package, including manual and some examples