Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
端末から複数のインスタンスで同じ matlab スクリプトを実行することを目指しています。matlab でそれを行うことは可能ですか? どうすればそれができますか?
Linux では&、サブプロセスの終了を待たないように使用されていました。
&
n = 5; for i=1:n system('matlab -desktop -r ls &'); end
ls実行したい関数の名前に置き換えます。
ls
system、unixおよびdosコマンドは交換可能です。
system
unix
dos