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 | 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' |\ \ | | | | 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' |\ \ sed 's/10\-1\([\,\)]\)/9\1/g' |\ sed 's/20\-1\([\,\)]\)/19\1/g' |\ sed 's/30\-1\([\,\)]\)/29\1/g' |\ sed 's/40\-1\([\,\)]\)/39\1/g' |\ sed 's/50\-1\([\,\)]\)/49\1/g' |\ sed 's/60\-1\([\,\)]\)/59\1/g' |\ sed 's/70\-1\([\,\)]\)/69\1/g' |\ sed 's/80\-1\([\,\)]\)/79\1/g' |\ sed 's/90\-1\([\,\)]\)/89\1/g' |\ \ sed 's/100\-1\([\,\)]\)/99\1/g' |\ sed 's/200\-1\([\,\)]\)/199\1/g' |\ sed 's/300\-1\([\,\)]\)/299\1/g' |\ sed 's/400\-1\([\,\)]\)/399\1/g' |\ sed 's/500\-1\([\,\)]\)/499\1/g' |\ sed 's/600\-1\([\,\)]\)/599\1/g' |\ sed 's/700\-1\([\,\)]\)/699\1/g' |\ sed 's/800\-1\([\,\)]\)/799\1/g' |\ |
︙ | ︙ |