How can we obtain a list of enumeration data types defined using successive calls to Simulink.defineIntEnumType?
1 回表示 (過去 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 で String についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!