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

조회 수: 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
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 CenterFile Exchange에서 String에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by