blob: 3e280b892e1131e858a10096fd871bd7d5db3cac (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2008 - INRIA
// Copyright (C) 2009-2011 - DIGITEO
//
// This file is released under the 3-clause BSD license. See COPYING-BSD.
if ~isdef("setw") then exec("SCI/modules/xcos/demos/setw.sci",-1),end
xcos("SCI/modules/xcos/demos/Inverted_pendulum.zcos");
|