See signature of a Javafunction in Matlab

1 visualizzazione (ultimi 30 giorni)
I have a java class ClassA containing a method
public int method1(int a,int b){...}
in a jar file called example.jar. I can creat instances of ClassA and call the method. But is there any way, that i can see the signature of method1 in matlab?
I only found how to do it with matlab functions as describt here.

Risposta accettata

Steven Lord
Steven Lord il 3 Apr 2019
Use the methods function with the -full option.

Più risposte (0)

Prodotti


Release

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by