Index: mttroot/mtt/lib/rep/sfun_rep/README.tmpl ================================================================== --- mttroot/mtt/lib/rep/sfun_rep/README.tmpl +++ mttroot/mtt/lib/rep/sfun_rep/README.tmpl @@ -1,16 +1,16 @@ To build a Simulink funtion of the model without using MTT: -mex _sfun.c +mex -I. _sfun.c The input block can be created with: -mex _sfun_input.c +mex -I. _sfun_input.c If numerical solution of algebraic equations is also required: -mex _sfun_ae.c +mex -I. _sfun_ae.c The interface block can be created with -mex _sfun_interface.c +mex -I. _sfun_interface.c