Execute script from command line to existing MATLAB instance

7 次查看(过去 30 天)
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?

采纳的回答

Walter Roberson
Walter Roberson 2018-4-6
"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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Manage Products 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by