data types in simulink
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Does Simulink support data types like string, char, CAN_MESSAGE? If not, how can we make that happen?
0 commentaires
Réponse acceptée
ES
le 13 Oct 2017
Modifié(e) : Walter Roberson
le 16 Oct 2017
They are not supported by default. But you can create custom type definitions using Simulink Aliases.
https://in.mathworks.com/help/simulink/slref/simulink.aliastype.html for simple signals
and Simulink Bus Objects for complex structures.
1 commentaire
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sources 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!