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: ff994ddb0245fef7a2df13b6a438e3692b58fc58f342c24e79a4363012b2872c
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: b06fa3bb8b user: geraint@users.sourceforge.net tags: origin/master, trunk
10:27:44
Added instruction to set include path for compiler. check-in: ff994ddb02 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: 8b122fc428 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 ]