Differences From Artifact [7562840818]:
- Executable file
mttroot/mtt/lib/rep/sfun_rep/README.tmpl
— 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: 203) [annotate] [blame] [check-ins using] [more...]
To Artifact [ae40a63903]:
- Executable file
mttroot/mtt/lib/rep/sfun_rep/README.tmpl
— part of check-in
[f281078eb6]
at
2002-05-21 11:46:31
on branch origin/master
— 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. (user: geraint@users.sourceforge.net, size: 276) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | To build a Simulink funtion of the <mtt_model_name> model without using MTT: mex <mtt_model_name>_sfun.c If numerical solution of algebraic equations is also required: mex <mtt_model_name>_sfun_ae.c | > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | To build a Simulink funtion of the <mtt_model_name> model without using MTT: mex <mtt_model_name>_sfun.c The input block can be created with: mex <mtt_model_name>_sfun_input.c If numerical solution of algebraic equations is also required: mex <mtt_model_name>_sfun_ae.c |