How can we obtain a list of enumeration data types defined using successive calls to Simulink.defineIntEnumType?
3 次查看(过去 30 天)
显示 更早的评论
Hello, I was wondering, is there a way to obtain a list of enumeration data types defined using successive calls to Simulink.defineIntEnumType, programmatically? Also, is it possible to clear the enumeration types defined using Simulink.defineIntEnumType?
1 个评论
Monika Jaskolka
2023-2-25
编辑:Monika Jaskolka
2023-2-25
1) To obtain a list of enumeration data types, use:
Simulink.findIntEnumType
2) To clear enumeration data types, use:
Simulink.clearIntEnumType
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!