Artifact 4bfb771bf0f570e3b7a1bdf15b17ad64d84be622a079190c84a87881f0e4d954:
- Executable file
mttroot/mtt/lib/rep/sfun_rep/README.tmpl
— part of check-in
[0ae1960649]
at
2002-05-23 17:08:21
on branch origin/master
— `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. (user: geraint@users.sourceforge.net, size: 356) [annotate] [blame] [check-ins using] [more...]
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 The interface block can be created with mex <mtt_model_name>_sfun_interface.c