data types in simulink
1 view (last 30 days)
Show older comments
Does Simulink support data types like string, char, CAN_MESSAGE? If not, how can we make that happen?
0 Comments
Accepted Answer
ES
on 13 Oct 2017
Edited: Walter Roberson
on 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.
More Answers (0)
See Also
Categories
Find more on Sources in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!