from matlab class to simulink

3 vues (au cours des 30 derniers jours)
Abdullah Alshammary
Abdullah Alshammary le 24 Déc 2011
Modifié(e) : John Kelly le 26 Fév 2015
Is it possible to use a matlab user defined class in simulink? What is possible in simulink is to use a matlab user defined function or script but not a class. The solution I could think off is to place the class methods (functions) in a simulink fnc block.

Réponses (1)

Kaustubha Govind
Kaustubha Govind le 27 Déc 2011
Modifié(e) : John Kelly le 26 Fév 2015
See the documentation section Types of Custom Blocks>MATLAB Function Blocks to see what options are available in Simulink to call into MATLAB functions. It is currently not possible to directly call into a class, but you should be able to create wrapper functions to call into the class methods.

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