Ignore or disable built in functions?

조회 수: 4 (최근 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