How can I run more than 2 matlab program(new windows) using only matlab command or code?

10 visualizzazioni (ultimi 30 giorni)
Hello,
I intend to run the MATLAB using commands(or matlab code). Only thing I know is the 'shift+left-click' the MATLAB S/W on the window start menu on the below.
I've tried to use '!' like
!matlab
or using
!cmd
but, 1st matlab window used to open 2nd matlab s/w didn't work if the second matlab window was not closed.
Eventually, my intend is to use multiple matlab s/w without using 'par-for' function.
Please help me. Thank you in advance.

Risposta accettata

Walter Roberson
Walter Roberson il 10 Ott 2017
Try
!matlab &

Più risposte (0)

Categorie

Scopri di più su 시작과 종료 in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!