If I create an Enumerated class that inherits from Simulink.IntEnumType, do users of that class require a Simulink license?
조회 수: 2 (최근 30일)
이전 댓글 표시
I would like to have a set of enumerated classes in a toolbox that can be used in both MATLAB and Simulink.
Enumerated classes can be created that inherit from:
- Simulink.IntEnumType or
- standard types such as int32
If I use the Simulink class will users of my code need to have a Simulink license?
If I use a more standard type such as int32 what will be lost in Simulink?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Naming Conventions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!