Way to know status of parfor loop without printing to command window or saving to file?
이전 댓글 표시
I would like to know the status of a parfor loop. I find printing to the command window much faster than writing to a file. Unfortunately though I want the results to print to the command window. Is there a way to write to a file quickly or have multiple command windows?
댓글 수: 1
Jan
2012년 3월 28일
Writing to a file is usually quick. How did you try it?
답변 (1개)
Konrad Malkowski
2012년 3월 28일
1 개 추천
Why not send the output to the file and diagnostic to the command window? Alternatively there you can take a look at the following two parfor progress monitors:
카테고리
도움말 센터 및 File Exchange에서 Parallel for-Loops (parfor)에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!