Ignore or disable built in functions?

2 vues (au cours des 30 derniers jours)
John
John le 11 Déc 2018
Commenté : Stephen23 le 11 Déc 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?

Réponses (1)

Jan
Jan le 11 Déc 2018
You can use the method with the full class name instead of relying on the import.
  1 commentaire
Stephen23
Stephen23 le 11 Déc 2018
+ 1 simple and robust.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Call Java from MATLAB dans Help Center et File Exchange

Tags

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by