Ignore or disable built in functions?

3 次查看(过去 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.

类别

Help CenterFile Exchange 中查找有关 Call 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