I would like a global solution to showing a busy cursor during long operations (not figure dependent)
조회 수: 4 (최근 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!