Why does the interpreted MATLAB function slow down simulink so much and how can I speed it up?

5 次查看(过去 30 天)
I have built a model in simulink that takes about 30 seconds to simulate ~600 seconds, which is good considering the number of ODE's in the model. However, I am now at a point where I need to include an additional piece of code that cannot be constructed in simulink. For this, I used the interpreted MATLAB function block. When I run the piece of code independent of simulink (as in, I just call it from the command window as you normally would), it takes <0.5 seconds to run. However, when I throw it into the interpreted MATLAB function block, it takes 15 minutes for it to run just 1 iteration of the MATLAB function. This is obviously too long considering how much time I am trying to simulate. What is the reason for this dramatic increase and how can I make it faster?
Thank you!

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by