How to run mutiple matlab sessions simultaneously?
Mostrar comentarios más antiguos
What should i do so that I could run mutiple matlab sessions simutaneously? For example,I have three matlab programms which are opened on three matlab sessions.How to run them simultaneously?Could parallel computing toolbox achieve this goal?
Thanks!
7 comentarios
Adam
el 23 de Sept. de 2019
If you have 3 Matlab instances open then just run them. They are all independent of each other. Parallel toolbox is used within a single Matlab instance.
ming li
el 23 de Sept. de 2019
Adam
el 23 de Sept. de 2019
You mean you need them to interact with each other? You can run them 'simultaneously' by just starting each one off at roughly the same time each in its own session.
within a single session you may be able to use
doc batch
to do it, though I've never found time to work out how this works.
Adam Danz
el 23 de Sept. de 2019
Just curious, what do you gain my running simultaneous instances of matlab that interact? I can imagine running >1 instance so you can work on multiple things but what purpose is the interaction? Just curious.
ming li
el 24 de Sept. de 2019
Adam Danz
el 24 de Sept. de 2019
"it seems that i could program them in one instance so that I could solve my question"
Agreed. How are you generating those signals?
ming li
el 25 de Sept. de 2019
Respuestas (0)
Categorías
Más información sobre LTE Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!