How can I run MATLAB 2014a code in batch mode when it contains calls to waitbar?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a script that I run interactively. I recently tried running it batch, and received the following error. Is there an easy way to suspend the generation of a waitbar display without having to modify the code?
Warning: waitbar is no longer supported when MATLAB is started with the -nodisplay or -noFigureWindows option or there is no display. For more information, see "Changes to -nodisplay and -noFigureWindows Startup Options" in the MATLAB Release Notes. To view the release note in your system browser, run web('www.mathworks.com/help/matlab/release-notes.html#br5ktrh-3', '-browser') > In uitools/private/warnfiguredialog at 21 In waitbar at 38
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Dialog Boxes에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!