Ignore or disable built in functions?

5 ビュー (過去 30 日間)
John
John 2018 年 12 月 11 日
コメント済み: Stephen23 2018 年 12 月 11 日
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?

回答 (1 件)

Jan
Jan 2018 年 12 月 11 日
You can use the method with the full class name instead of relying on the import.
  1 件のコメント
Stephen23
Stephen23 2018 年 12 月 11 日
+ 1 simple and robust.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeCall Java from MATLAB についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by