How do I instantiate a java interface from matlab?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to instantiate an interface of a java class. In java I would:
Class.IInterface newinterface = new
(I think)... But how can I do this within the matlab syntax?
1 comentario
Richard Alcock
el 3 de Mayo de 2011
Is you example missing something - it ends rather suddenly, and isn't currently valid Java.
Respuestas (2)
Andy Zelenak
el 11 de Oct. de 2019
Editada: Andy Zelenak
el 11 de Oct. de 2019
I can confirm that it is possible to do this. I've used javaMethod(...) to call public static methods of a Java class which implements an interface. It didn't seem to take any unusual setup effort.
0 comentarios
Ver también
Categorías
Más información sobre Call Java from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!