is it possible to run more then one m file at the same time ?
You can start two different MATLAB sessions.
Or if you have the parallel processing toolbox, there are various facilities that can be used.
the m file will be run on matlab environement; how is it possible to use windows Task Scheduler?
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
0 Comments