Effacer les filtres
Effacer les filtres

From Matlab to Simulink (alternative to Embedded MATLAB Function)

2 vues (au cours des 30 derniers jours)
cyberdyne
cyberdyne le 25 Fév 2011
Hi,
There is a way to take out m-file elaborations from MATLAB editor and put them in Simulink model (and so to simulink blocks) instead of make an Embedded MATLAB Function ?
Thanks
  3 commentaires
cyberdyne
cyberdyne le 25 Fév 2011
Is Level-2 M-file S-Function for matlab code? I thought it must be C-language code.
Kaustubha Govind
Kaustubha Govind le 25 Fév 2011
S-functions can be written in MATLAB, C, C++ or FORTRAN languages.

Connectez-vous pour commenter.

Réponses (1)

Kaustubha Govind
Kaustubha Govind le 25 Fév 2011
You can use the MATLAB Fcn or Level-2 MATLAB S-function blocks.
However, if you want to generate code:
  • MATLAB Fcn blocks are not supported
  • Level-2 MATLAB S-functions require you to provide a TLC file
  • Embedded MATLAB blocks are supported for code-generation, as long as you use supported language constructs.

Catégories

En savoir plus sur Block and Blockset Authoring dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by