Skip to content

Commit

Permalink
Added plot command to unit scripts as BuildingsPy requires this.
Browse files Browse the repository at this point in the history
This is for #2.
  • Loading branch information
mwetter committed Jan 31, 2014
1 parent 5295261 commit 2aea3b8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
last-generated=2014-01-24
last-generated=2014-01-30
x_incWeak[3]=[1.00000000000000000000, 1.00000000000000000000]
x_notWeak[2]=[3.00000000000000000000, 3.00000000000000000000]
x_incWeak[4]=[2.00000000000000000000, 2.00000000000000000000]
x_decWeak[4]=[0.50000000000000000000, 0.50000000000000000000]
x_notMon[2]=[3.00000000000000000000, 3.00000000000000000000]
x_incWeak[2]=[1.00000000000000000000, 1.00000000000000000000]
x_decStrict[2]=[2.00000000000000000000, 2.00000000000000000000]
x_notWeak[4]=[2.00000000000000000000, 2.00000000000000000000]
x_incStrict[2]=[1.00000000000000000000, 1.00000000000000000000]
x_decWeak[2]=[1.00000000000000000000, 1.00000000000000000000]
x_notMon[3]=[2.00000000000000000000, 2.00000000000000000000]
x_notWeak[3]=[3.00000000000000000000, 3.00000000000000000000]
x_notMon[1]=[0.00000000000000000000, 0.00000000000000000000]
x_notWeak[1]=[0.00000000000000000000, 0.00000000000000000000]
x_incWeak[1]=[0.00000000000000000000, 0.00000000000000000000]
x_decStrict[3]=[0.10000000149011611938, 0.10000000149011611938]
x_decStrict[1]=[2.50000000000000000000, 2.50000000000000000000]
x_decWeak[1]=[3.00000000000000000000, 3.00000000000000000000]
time=[0.00000000000000000000, 1.00000000000000000000]
x_incStrict[3]=[2.00000000000000000000, 2.00000000000000000000]
x_decWeak[3]=[1.00000000000000000000, 1.00000000000000000000]
x_incStrict[1]=[0.00000000000000000000, 0.00000000000000000000]
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
simulateModel("Annex60.Utilities.Math.Functions.Examples.IsMonotonic", method="dassl", resultFile="IsMonotonic");
createPlot(id=1,
position={15, 10, 407, 281},
y={"x_incStrict[1]", "x_incStrict[2]", "x_incStrict[3]", "x_notMon[1]", "x_notMon[2]", "x_notMon[3]", "x_incWeak[1]", "x_incWeak[2]", "x_incWeak[3]", "x_incWeak[4]", "x_notWeak[1]", "x_notWeak[2]", "x_notWeak[3]", "x_notWeak[4]", "x_decStrict[1]", "x_decStrict[2]", "x_decStrict[3]", "x_decWeak[1]", "x_decWeak[2]", "x_decWeak[3]", "x_decWeak[4]"},
range={0.0, 1.0, -0.5, 3.5},
autoscale=true,
autoerase=true,
autoreplot=true,
description=false,
grid=true, color=true, online=false,
filename="IsMonotonic.mat", leftTitleType=1, bottomTitleType=1, colors={{0,0,255}, {255,0,0}, {0,128,0}, {255,0,255}, {0,0,0}, {0,0,255}, {255,0,0},
{0,128,0}, {255,0,255}, {0,0,0}, {0,0,255}, {255,0,0}, {0,128,0}, {255,0,255},
{0,0,0}, {0,0,255}, {255,0,0}, {0,128,0}, {255,0,255}, {0,0,0}, {0,0,255}}, markers={MarkerStyle.None, MarkerStyle.None, MarkerStyle.None, MarkerStyle.None,
MarkerStyle.None, MarkerStyle.Cross, MarkerStyle.Cross, MarkerStyle.Cross,
MarkerStyle.Cross, MarkerStyle.Cross, MarkerStyle.Circle, MarkerStyle.Circle,
MarkerStyle.Circle, MarkerStyle.Circle, MarkerStyle.Circle, MarkerStyle.Square,
MarkerStyle.Square, MarkerStyle.Square, MarkerStyle.Square, MarkerStyle.Square,
MarkerStyle.FilledCircle});

0 comments on commit 2aea3b8

Please sign in to comment.