Efficiency about Embedded Funtion in Simulink

1 vue (au cours des 30 derniers jours)
Lofi
Lofi le 19 Mai 2011
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 commentaires
Arnaud Miege
Arnaud Miege le 24 Mai 2011
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.
Lofi
Lofi le 29 Mai 2011
I don't know whether this did not happened to yours. I tried replacing on the original demo, and I found efficiency decreasing happens most obvious when replacing the function works with overall matrix, such as 'Find valid Pixels' and 'ufindMaximay'. The Embedded Function block I use is 'Embedded MATLAB Function'.
I do curious about why this happens. But since this did not happens to your case, if there is no further help you could offer, thank you all the way. Thanks for your patience~

Connectez-vous pour commenter.

Réponses (1)

MarkB
MarkB le 23 Mai 2011
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.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by