data types in simulink
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Does Simulink support data types like string, char, CAN_MESSAGE? If not, how can we make that happen?
0 comentarios
Respuesta aceptada
ES
el 13 de Oct. de 2017
Editada: Walter Roberson
el 16 de Oct. de 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 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Sources en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!