How can we obtain a list of enumeration data types defined using successive calls to Simulink.d​efineIntEn​umType?

4 vues (au cours des 30 derniers jours)
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 commentaire
Monika Jaskolka
Monika Jaskolka le 25 Fév 2023
Modifié(e) : Monika Jaskolka le 25 Fév 2023
1) To obtain a list of enumeration data types, use:
Simulink.findIntEnumType
2) To clear enumeration data types, use:
Simulink.clearIntEnumType

Connectez-vous pour commenter.

Réponses (0)

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by