diff options
Diffstat (limited to 'scilab/modules/xcos/demos/inverted_pendulum.dem.sce')
-rw-r--r-- | scilab/modules/xcos/demos/inverted_pendulum.dem.sce | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/scilab/modules/xcos/demos/inverted_pendulum.dem.sce b/scilab/modules/xcos/demos/inverted_pendulum.dem.sce index 7678310..d153195 100644 --- a/scilab/modules/xcos/demos/inverted_pendulum.dem.sce +++ b/scilab/modules/xcos/demos/inverted_pendulum.dem.sce | |||
@@ -4,12 +4,7 @@ | |||
4 | // | 4 | // |
5 | // This file is released under the 3-clause BSD license. See COPYING-BSD. | 5 | // This file is released under the 3-clause BSD license. See COPYING-BSD. |
6 | 6 | ||
7 | loadXcosLibs(); | 7 | if ~isdef('setw') then exec("SCI/modules/xcos/demos/setw.sci",-1),end |
8 | function demo_xcosinvertpend() | 8 | xcos("SCI/modules/xcos/demos/Inverted_pendulum.xcos"); |
9 | if ~isdef('setw') then exec("SCI/modules/xcos/demos/setw.sci",-1),end | ||
10 | xcos("SCI/modules/xcos/demos/Inverted_pendulum.xcos"); | ||
11 | endfunction | ||
12 | 9 | ||
13 | demo_xcosinvertpend(); | ||
14 | clear demo_xcosinvertpend; | ||
15 | 10 | ||