Starting long code runs over MATLAB mobile?
조회 수: 2 (최근 30일)
이전 댓글 표시
I'm working with some MATLAB code that takes about 2-20+ hrs of CPU time to finish. It would be great to start these runs remotely using MATLAB mobile, but it times out before the evaluation is complete. Can one change the time out tolerance? Are there other work arounds?
댓글 수: 0
답변 (2개)
Jason Ross
2012년 3월 28일
If you have Parallel Computing Toolbox, you could submit the code as a batch job to the local scheduler, then get the results later.
댓글 수: 0
Pradeep
2012년 3월 29일
Unfortunately, the time-out tolerance itself cannot be modified. Having said that, using MATLAB Mobile to remotely initiate large simulations and program is very valid use-case. I have forwarded this to our development teams for possible consideration in the future.
댓글 수: 0
커뮤니티
더 많은 답변 보기: 원격 교육 커뮤니티
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!