Can I run two program in the Same window in MATLAB ???

Is it possible to run 2 program simultaneously in the same windows / one after another before execution of prior
Since I found a complex program which takes hours to execute.
that is why I unable to do any other task untill it shows result. Please let me know, if possible.

1 commentaire

Open a new MATLAB session and work in that. For example on Mac you would right-click on the MATLAB icon in the dock and select "Open Additional Instance of MATLAB"
If you needed access to the workspace of what had gone before in the session, then you would not be able to get to that, not unless you had managed to save() what you needed.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Multicore Processor Targets dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by