Efficiency about Embedded Funtion in Simulink
2 次查看(过去 30 天)
显示 更早的评论
I have tried to write some Matlab Code in Simulink using "Embedded Function" Block. However I found that the efficiency is quite low, comparing to the Embedded function having same code in Demos which represented in Low fps in display.
I replaced the Embedded function in Demo with mine, same source code, and this problem appears more obvious. So could someone explain this to me? What can I do to improve this other than using S-Function which makes source code unreadable. Thanks~
4 个评论
Arnaud Miege
2011-5-24
I have tried replacing the block with an Embedded MATLAB Function and copying the code across. I can't see any difference in performance. It works well in both cases.
回答(1 个)
MarkB
2011-5-23
The best way to do this is probably to use Accelerator Mode, or Rapid Accelerator mode. There is some overhead that occurs during model update for these modes, but if the simulation is going to be repeated often enough, it can be worth it.
0 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!