user-defined functions

can we use multiple user-defined functions block (like s-function level 1, level 2, embedded matlab function) in one simulink model? will it degrade any performance (maybe in this case i am using s-function to describe my process model and then i am using the embedded matlab function as the estimator)?

 Accepted Answer

Fangjun Jiang
Fangjun Jiang on 29 Nov 2011

2 votes

There is no limitation regarding the number of user-defined function blocks in a model. The performance depends on how well the function is written.

2 Comments

dab483
dab483 on 29 Nov 2011
between those 3 types, is there any differences in terms of speed of simulation?
Please see the Speed and Code Generation Requirements table on: http://www.mathworks.com/help/toolbox/simulink/ug/bq3qcgr.html

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!