Difference between deployed mode or MATLAB mode?

6 Ansichten (letzte 30 Tage)
prashik shende
prashik shende am 6 Aug. 2020
Beantwortet: Steven Lord am 6 Aug. 2020
what is difference between deployed mode or MATLAB mode?
what is ISDEPLOYED tests

Akzeptierte Antwort

Steven Lord
Steven Lord am 6 Aug. 2020
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.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by