Can you help me to create a waitbar in GUI?
1 次查看(过去 30 天)
显示 更早的评论
Hello everyone, I have a program (using GUI) that takes time to operate, and I want to create a waitbar to show the progress to users, so that can you give me the way to do that. Thank you too much.
0 个评论
回答(1 个)
Stephen23
2015-3-10
编辑:Stephen23
2015-3-12
You start by having a look at the inbuilt waitbar function: simply type this into your command window:
open waitbar
and you can use that code as the basis of your code. Otherwise you can have a look at the tens/hundreds of waitbar variations that are available on MATLAB File Exchange:
http://de.mathworks.com/matlabcentral/fileexchange/index?term=waitbar
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!