data types in simulink
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Does Simulink support data types like string, char, CAN_MESSAGE? If not, how can we make that happen?
0 Kommentare
Akzeptierte Antwort
ES
am 13 Okt. 2017
Bearbeitet: Walter Roberson
am 16 Okt. 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 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu View and Analyze Simulation Results finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!