Overview
Comment:Added instruction to set include path for compiler.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 9f216f210b8209b65b2760cc2d5da9816d17316d400ede4957ff93c21b1adcfd
User & Date: geraint@users.sourceforge.net on 2002-11-12 10:27:44
Other Links: branch diff | manifest | tags
Context
2002-11-12
17:17:42
Added ability to call ssSetErrorStatus during i/o processing. check-in: baa76ef978 user: geraint@users.sourceforge.net tags: origin/master, trunk
10:27:44
Added instruction to set include path for compiler. check-in: 9f216f210b user: geraint@users.sourceforge.net tags: origin/master, trunk
2002-11-11
19:00:58
Added CVS info, date and time to README. check-in: 8e4c5ad3f2 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/rep/sfun_rep/README.tmpl from [4bfb771bf0] to [b5c86b874f].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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



|



|



|



|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]