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

fixed syntax error for octsim import

parent 3f16430f
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@
"outputs": [],
"source": [
"% Set the Octsim Engine to run the simulation\n",
"addpath("../Octsim");\n",
"addpath('../Octsim');\n",
"\n",
"% With mechanical losses\n",
"A = [-R/L -K/L; K/J -Km/J]\n",
......
......@@ -92,7 +92,7 @@
],
"source": [
"% Set the Octsim Engine to run the simulation\n",
"addpath("../Octsim");\n",
"addpath('../Octsim');\n",
"\n",
"A = [-R/L -K/L; K/J -Km/J]\n",
"B = [1/L; 0]\n",
......
......@@ -31,7 +31,7 @@
"clear all\n",
"\n",
"% Set the Octsim Engine to run the simulation\n",
"addpath("../Octsim");\n"
"addpath('../Octsim');\n"
]
},
{
......
......@@ -58,7 +58,7 @@
"pkg load control\n",
"\n",
"% Set the Octsim Engine to run the simulation\n",
"addpath("../Octsim");\n",
"addpath('../Octsim');\n",
"\n",
"\n",
"tau1 = 1\n",
......
......@@ -20,7 +20,7 @@
"clear all\n",
"\n",
"% Set the Octsim Engine to run the simulation\n",
"addpath("../Octsim");\n"
"addpath('../Octsim');\n"
]
},
{
......
......@@ -517,7 +517,7 @@
],
"source": [
"% Set the Octsim Engine to run the simulation\n",
"addpath("../Octsim");\n",
"addpath('../Octsim');\n",
"\n",
"% Simulation Parameters\n",
"% Start time\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment