How can I implement a custom datatype in Simulink model So, that the generated code is same as Union datatype in C.

3 visualizaciones (últimos 30 días)
The closest alternate will be Structure of structure using bus in Simulink.

Respuesta aceptada

TAB
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.

Más respuestas (1)

Muthukumar Ganesan
Muthukumar Ganesan el 20 de Ag. de 2022
Hi,
Please find one of the workaround here.
Thanks.

Categorías

Más información sobre Deployment, Integration, and Supported Hardware 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!

Translated by