how to open many matlab instances from matlab?
Ältere Kommentare anzeigen
hi there, I want to make a function that opens multiple matlab instances (from within matlab) and then starts running different functions on each instance... can somebody help me?
Akzeptierte Antwort
Weitere Antworten (1)
Zack Peters
am 29 Okt. 2013
1 Stimme
Hi Mario,
An alternative is to use the Parallel Computing Toolbox to open up several MATLAB workers and run commands on each worker in parallel if desired. I don't know your specific application, but the Parallel Computing Toolbox (PCT) houses a wide array of distributed computing functionality design specifically for users who would like to get more out of MATLAB by using a stable distributed computing platform.
If you would like more information on specific features and functionality available in PCT, I would be more than happy to help.
~Zack
1 Kommentar
Mario Trevino
am 29 Okt. 2013
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!