MATLAB: Data types in simulink

data typesimulink

Does Simulink support data types like string, char, CAN_MESSAGE? If not, how can we make that happen?

Best Answer

They are not supported by default. But you can create custom type definitions using Simulink Aliases.
and Simulink Bus Objects for complex structures.