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
Walter Roberson
2019년 5월 1일
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.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Multicore Processor Targets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!