History of file mttroot/mtt/lib/rep/sfun_rep/README.tmpl at check-in 534206b77a6dd943
2003-10-20
| ||
17:10 | Deleted: Created tag version-0-1 check-in: [e62ad9467f] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 0 | |
2002-11-12
| ||
10:27 | Added instruction to set include path for compiler. file: [b5c86b874f] check-in: [ff994ddb02] user: geraint@users.sourceforge.net, branch: origin/master, size: 372 [annotate] [blame] [check-ins using] [diff] | |
2002-05-23
| ||
17:08 |
`mtt sys sfun zip` now produces an input block and an interface block for MTT models. Models can be embedded within larger Simulink models by the 2 ports. The user must edit 2 code blocks in <sys>_sfun_interface.c before compiling with mex. file: [4bfb771bf0] check-in: [0ae1960649] user: geraint@users.sourceforge.net, branch: origin/master, size: 356 [annotate] [blame] [check-ins using] [diff] | |
2002-05-21
| ||
11:46 |
MTT input block "sys_sfun_input.mexglx" created to provide inputs from MTT input file to plant model within Simulink. The command "mtt sys sfun zip" now also creates a simple sys.mdl file which connects the input block to the plant block correctly. file: [ae40a63903] check-in: [f281078eb6] user: geraint@users.sourceforge.net, branch: origin/master, size: 276 [annotate] [blame] [check-ins using] [diff] | |
2002-05-19
| ||
13:01 |
Added:
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, 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. file: [7562840818] check-in: [062029b187] user: geraint@users.sourceforge.net, branch: origin/master, size: 203 [annotate] [blame] [check-ins using] | |