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!