How can I implement a custom datatype in Simulink model So, that the generated code is same as Union datatype in C.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tarun Jhamnani
el 2 de Ag. de 2018
Respondida: Muthukumar Ganesan
el 20 de Ag. de 2022
The closest alternate will be Structure of structure using bus in Simulink.
0 comentarios
Respuesta aceptada
TAB
el 6 de Ag. de 2018
As far as I know, Simulink never generates Union for any built-in data class.
For your requirement, you need to create your own data class and custom staorage class.
Check cscdesigner in your matlab help.
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Simulink Coder en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!