Clear Filters
Clear Filters

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

1 view (last 30 days)
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.

Accepted Answer

Walter Roberson
Walter Roberson on 10 Oct 2017
Try
!matlab &

More Answers (0)

Categories

Find more on MATLAB 시작하기 in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!