Differences From Artifact [71ee6a40d1]:
- Executable file
mttroot/mtt/cc/mtt_m2cc.sh
— part of check-in
[062029b187]
at
2002-05-19 13:01:22
on branch origin/master
— Numerical solution of algebraic equations implemented for S-function target.
Equation solving requires the Matlab Optimization Toolbox to be installed.
Code has been changed from C++ to C to allow mex files to be built with LCC,
the compiler bundled with Matlab.Parameters are now obtained from numpar.c instead of a dialogue box.
`mtt <sys> sfun zip` creates all necessary files for building the model mex files. (user: geraint@users.sourceforge.net, size: 5349) [annotate] [blame] [check-ins using] [more...]
To Artifact [8d8e19f056]:
- Executable file mttroot/mtt/cc/mtt_m2cc.sh — part of check-in [9184eb0ecf] at 2002-05-20 08:10:11 on branch origin/master — Now changes 10-1 to 9, not 09. etc. (user: gawthrop@users.sourceforge.net, size: 5347) [annotate] [blame] [check-ins using] [more...]
︙ | |||
136 137 138 139 140 141 142 | 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | - + - + | sed 's/4\-1\([\,\)]\)/3\1/g' |\ sed 's/5\-1\([\,\)]\)/4\1/g' |\ sed 's/6\-1\([\,\)]\)/5\1/g' |\ sed 's/7\-1\([\,\)]\)/6\1/g' |\ sed 's/8\-1\([\,\)]\)/7\1/g' |\ sed 's/9\-1\([\,\)]\)/8\1/g' |\ \ |
︙ |