Ignore or disable built in functions?

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?

Risposte (1)

Jan
Jan il 11 Dic 2018

1 voto

You can use the method with the full class name instead of relying on the import.

Prodotti

Release

R2018b

Richiesto:

il 11 Dic 2018

Commentato:

il 11 Dic 2018

Community Treasure Hunt

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

Start Hunting!

Translated by