How can we obtain a list of enumeration data types defined using successive calls to Simulink.defineIntEnumType?
조회 수: 2 (최근 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!