How can we obtain a list of enumeration data types defined using successive calls to Simulink.defineIntEnumType?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Monika Jaskolka
am 25 Feb. 2023
Bearbeitet: Monika Jaskolka
am 25 Feb. 2023
1) To obtain a list of enumeration data types, use:
Simulink.findIntEnumType
2) To clear enumeration data types, use:
Simulink.clearIntEnumType
Antworten (0)
Siehe auch
Kategorien
Mehr zu String finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!