How can I implement a custom datatype in Simulink model So, that the generated code is same as Union datatype in C.
2 次查看(过去 30 天)
显示 更早的评论
The closest alternate will be Structure of structure using bus in Simulink.
0 个评论
采纳的回答
TAB
2018-8-6
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 个评论
更多回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!