Artifact e246f48d9dbd6d209939d08469a70c7b7b2f79094fa2ece21a490fc610212145:
- Executable file mtt/lib/examples/Control/PPP/Nonlinear/InvertedPendulumOnCartPPP/Make — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 612) [annotate] [blame] [check-ins using] [more...]
- Executable file mtt/lib/examples/Control/PPP/Nonlinear/MacroMicroPPP/Make — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 612) [annotate] [blame] [check-ins using]
- Executable file mttroot/mtt/lib/examples/Control/PPP/Nonlinear/InvertedPendulumOnCartPPP/Make — part of check-in [3fd9d6efa9] at 2000-12-28 18:17:57 on branch origin/master — To RCS (user: gawthrop@users.sourceforge.net, size: 612) [annotate] [blame] [check-ins using]
- Executable file mttroot/mtt/lib/examples/Control/PPP/Nonlinear/MacroMicroPPP/Make — part of check-in [3fd9d6efa9] at 2000-12-28 18:17:57 on branch origin/master — To RCS (user: gawthrop@users.sourceforge.net, size: 612) [annotate] [blame] [check-ins using]
- Executable file mttroot/mtt/lib/examples/Control/PPP/Nonlinear/rcPPP/Make — part of check-in [3fd9d6efa9] at 2000-12-28 18:17:57 on branch origin/master — To RCS (user: gawthrop@users.sourceforge.net, size: 612) [annotate] [blame] [check-ins using]
#!/bin/sh ## Makes the files needed for Figures.m ## Copyright (C) 2000 by Peter J. Gawthrop if [ -z "$1" ]; then echo Usage ./Make system_name exit else echo "Making simulation for system $1 (for use in Figures.m)" fi ## System mtt -q -c -stdin $1 ode2odes out mtt -q -c -stdin $1 sim m mtt -q $1 state m mtt -q $1 sympar m mtt -q $1 numpar m ## Sensitivity system mtt -q -c -stdin -s s$1 ode2odes out mtt -q -c -stdin -s s$1 sim m mtt -q -s s$1 state m mtt -q -s s$1 sympar m mtt -q -s s$1 numpar m ## Additional system reps for PPP mtt -q $1 sm m mtt -q $1 def m mtt -q -s s$1 def m