Difference between deployed mode or MATLAB mode?

what is difference between deployed mode or MATLAB mode?
what is ISDEPLOYED tests

 채택된 답변

Steven Lord
Steven Lord 2020년 8월 6일

1 개 추천

From the documentation page "If you include this function in an application and compile the application, the function will return true when the application is run in deployed mode. If you run the application containing this function in a MATLAB session, the function will return false."
So this lets you tell if you're running the code in MATLAB or in a standalone application created using MATLAB Compiler.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Application Deployment에 대해 자세히 알아보기

제품

태그

질문:

2020년 8월 6일

답변:

2020년 8월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by