Filter löschen
Filter löschen

Effect of using masked subsystem on simulation speed?

1 Ansicht (letzte 30 Tage)
Jagmohan singh
Jagmohan singh am 2 Aug. 2012
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

Akzeptierte Antwort

Kaustubha Govind
Kaustubha Govind am 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 Kommentare
Jagmohan singh
Jagmohan singh am 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.
Kaustubha Govind
Kaustubha Govind am 6 Aug. 2012
Great! Glad you were able to find the answer.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Simulink Functions finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by