runing two Matlab file at the same time

2 views (last 30 days)
is it possible to run more then one m file at the same time ?

Accepted Answer

Walter Roberson
Walter Roberson on 18 Aug 2012
You can start two different MATLAB sessions.
Or if you have the parallel processing toolbox, there are various facilities that can be used.
  5 Comments
Azzi Abdelmalek
Azzi Abdelmalek on 18 Aug 2012

i think there is a way in matlab to synchronize. if i want to run the two file at 19:30:00

   while datenum(datestr(clock,'HH:MM:SS'))<datenum('19:30:00')
   end  
   file1 

anyway thanks for your help

Sign in to comment.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!