フィルターのクリア

Start New Matlab Window From Command Line.

4 ビュー (過去 30 日間)
Adrian Perez
Adrian Perez 2012 年 7 月 2 日
コメント済み: AA 2018 年 2 月 6 日
Hello,
I want to be able to start a new Matlab window from the command line. I have a script that separates a data set into two files and then applies a function two each data set. Currently, I have to manually start these functions but would like to have it automated. Any advice would be great.
Thanks!

採用された回答

ScottB
ScottB 2012 年 7 月 2 日
Adrian,
Take a look at the "system" command:
system('matlab')
  3 件のコメント
Malcolm Lidierth
Malcolm Lidierth 2012 年 7 月 3 日
On Windows try:
!matlab &
AA
AA 2018 年 2 月 6 日
Hello Malcolm,
Is there a similar solution for Linux?
Thanks!

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

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2012 年 7 月 2 日

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by