I would like a global solution to showing a busy cursor during long operations (not figure dependent)
1 回表示 (過去 30 日間)
古いコメントを表示
I would like a global solution to showing a busy cursor during long operations (not figure dependent). This is fairly simple for a single figure, but if you have a multi-window GUI adjusting the cursor for each figure is a hassle. Is there a global way to do this in Matlab?
0 件のコメント
採用された回答
Sean de Wolski
2016 年 1 月 27 日
figs = findall(groot,'Type','Figure')
Now set it to all figs
set(figs,'Prop',value)
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!