フィルターのクリア

Execute script from command line to existing MATLAB instance

7 ビュー (過去 30 日間)
Marco Pasquali
Marco Pasquali 2018 年 4 月 6 日
コメント済み: Marco Pasquali 2018 年 4 月 10 日
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
  1 件のコメント
Marco Pasquali
Marco Pasquali 2018 年 4 月 10 日
I get it. I'll see what i can do with the API, thanks!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeManage Products についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by