Clear Filters
Clear Filters

Effect of using masked subsystem on simulation speed?

1 view (last 30 days)
Hello In my simulink model I am using a number of masked blocks. Each block based on their parameter and connection modifies itself. I want to know that how the simulation speed can be affected by using such masked subsystem inside the model.
Thanks

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 2 Aug 2012
AFAIK, the only effect of masks on simulation performance is that at initialization time, block dialog parameters are first evaluated in the mask workspace (if using mask workspace variables in the dialog). Initialization happens once at the start of simulation time and every time you Update Diagram (Ctrl+D) during simulation.
Are you seeing any runtime overhead?
  4 Comments
Jagmohan singh
Jagmohan singh on 6 Aug 2012
Actually initialization time is very less compared to run time in my case. So I could see it is the simulation time. Here I applogize for my mistake that I didn't look at the s-function properly in both cases. it was the matlab s-funtion in one case and C-Mex in another case. Now I have converted it into C-Mex now I see simulation time is of the same order for both the cases.

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!