Borrar filtros
Borrar filtros

Ignore or disable built in functions?

5 visualizaciones (últimos 30 días)
John
John el 11 de Dic. de 2018
Comentada: Stephen23 el 11 de Dic. de 2018
How can built in MATLAB functions be ignored? I have an imported Java class with a method named "status()". When I try to call it, I get thefollowing error message:
'status' requires one of the following:
Datafeed Toolbox
Simulink
How can I call the status method from my imported Java class without invoking this error?

Respuestas (1)

Jan
Jan el 11 de Dic. de 2018
You can use the method with the full class name instead of relying on the import.

Categorías

Más información sobre Call Java from MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by