File mttroot/mtt/lib/rep/sfun_rep/README.tmpl artifact ae40a63903 part of check-in df4eab1c5e
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