필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Matlab problem using java enumerators

조회 수: 1 (최근 30일)
Paolo
Paolo 2014년 2월 2일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello, I have a problem using java enumerator in Matlab. I tried to use some suggestion available in some references like the Altman book but not in all the situation I have the solution proposed work fine. For example here below there is a case where enumerator created in java I am not able to capture
I have an external jar with the following class
com.myClass.enumMethods
If I see the methods from Matlab, they appear in this way myClass$enumMethods.
In Java, this enumerators have the following properties:
Enclosing class: myClass
public static final class myClass.enumMethods extends Object
Enumeration type for myClass. The following values are allowed: * ENUM_1 * ENUM_2 * ENUM_3
Field Summary: static myClass.EnumMethods ENUM_1 static myClass.EnumMethods ENUM_2 static myClass.EnumMethods ENUM_3
Thank you in advance for the help
Paolo

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by