Effacer les filtres
Effacer les filtres

Code reuse between several Embedded Matlab Function

1 vue (au cours des 30 derniers jours)
p fontaine
p fontaine le 7 Mai 2011
Is it possible to share code between several Embedded Matlab Function blocks rather than to duplicate it ? For instance, if I have 2 blocks B1 and B2 which need to use the same function y = f(x) embedded in each block, how to avoid a duplication of the code of the function f() in each block ?

Réponse acceptée

Kaustubha Govind
Kaustubha Govind le 9 Mai 2011
I think you just need to define the function with the %#eml (%#codegen starting in R2011a) directive, and place it somewhere on the MATLAB path. You can then call this function from multiple Embedded MATLAB Function blocks.

Plus de réponses (0)

Catégories

En savoir plus sur Simulink Functions dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by