Filter löschen
Filter löschen

Execute script from command line to existing MATLAB instance

7 Ansichten (letzte 30 Tage)
I know I can execute a script from my OS command line with matlab -r "my_file", eventually using -nodesktop to have the output printed in the same window. The problem is that this operation creates a new MATLAB instance to execute the script.
My question is: is it possible to have the script executed in an already open MATLAB instance?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 6 Apr. 2018
"is it possible to have the script executed in an already open MATLAB instance?"
No.
In some cases needs related to this can be met by using the MATLAB API; see https://www.mathworks.com/help/matlab/programming-interfaces-for-external-languages.html

Weitere Antworten (0)

Kategorien

Mehr zu Manage Products finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by