Artifact b5c86b874f562f4e238b431b1c6de137ba3d6ead73b494a4f23e26a4b5841b2d:
- Executable file mtt/lib/rep/sfun_rep/README.tmpl — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 372) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/rep/sfun_rep/README.tmpl — part of check-in [ff994ddb02] at 2002-11-12 10:27:44 on branch origin/master — Added instruction to set include path for compiler. (user: geraint@users.sourceforge.net, size: 372) [annotate] [blame] [check-ins using]
To build a Simulink funtion of the <mtt_model_name> model without using MTT: mex -I. <mtt_model_name>_sfun.c The input block can be created with: mex -I. <mtt_model_name>_sfun_input.c If numerical solution of algebraic equations is also required: mex -I. <mtt_model_name>_sfun_ae.c The interface block can be created with mex -I. <mtt_model_name>_sfun_interface.c