Skip to content
Snippets Groups Projects
Commit cc9dc3db authored by Sebastian Schwarz's avatar Sebastian Schwarz
Browse files

fixed syntax error

parent 7eb967a7
No related branches found
No related tags found
No related merge requests found
...@@ -447,7 +447,7 @@ ...@@ -447,7 +447,7 @@
"\n", "\n",
"% Run the schematic and plot\n", "% Run the schematic and plot\n",
"out3 = sca.Run([1 2]);\n", "out3 = sca.Run([1 2]);\n",
"plot(out3(1,:),out3(2,:),out3(1,:),out3(3,:));" "plot(out3(1,:),out3(2,:),out3(1,:),out3(3,:));\n",
"ylim([-5 105]);" "ylim([-5 105]);"
] ]
}, },
...@@ -839,7 +839,7 @@ ...@@ -839,7 +839,7 @@
"\n", "\n",
"% Run the schematic and plot\n", "% Run the schematic and plot\n",
"out5 = sc5.Run([1 2]);\n", "out5 = sc5.Run([1 2]);\n",
"plot(out5(1,:),out5(2,:),out5(1,:),out5(3,:));" "plot(out5(1,:),out5(2,:),out5(1,:),out5(3,:));\n",
"ylim([-5 105]);" "ylim([-5 105]);"
] ]
}, },
......
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
"\n", "\n",
"% Run the schematic and plot\n", "% Run the schematic and plot\n",
"out1 = sc1.Run([1 2 3]);\n", "out1 = sc1.Run([1 2 3]);\n",
"plot(out1(1,:),out1(2,:),out1(1,:),out1(3,:));" "plot(out1(1,:),out1(2,:),out1(1,:),out1(3,:));\n",
"ylim([-0.25 1.25]);" "ylim([-0.25 1.25]);"
] ]
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment