上传者: 38708841
|
上传时间: 2021-11-29 18:57:03
|
文件大小: 2KB
|
文件类型: -
此m文件允许在图形上指定用户想要显示它的等待栏。 waitbar_new 的示例用法如下所示。
功能测试h = dialog('Units', 'Pixels', 'Position', [20 20 360 100],'visible','off'); h1 = uicontrol('Parent',h,'Units', 'Pixels', 'Position', [10 70 75 25],'String','Test','Callback',@test_button); movegui(h,'center'); set(h,'visible','on'); 功能测试按钮(hObject,事件数据) wh=waitbar_new(0, gcf, 'r', [10 30 300 14]); %wh=waitbar_new(0, gcf, [0.8 .5 1]); %wh=waitba