필터 지우기
필터 지우기

how to represent when I have a process in progress?

조회 수: 3 (최근 30일)
piero
piero 2023년 11월 24일
댓글: Dyuman Joshi 2023년 11월 24일
hi, how to display an hourglass? or similarity? or is there another thing to say I'm processing data?
(should be displayed when the function is still running)
  댓글 수: 1
Dyuman Joshi
Dyuman Joshi 2023년 11월 24일
@piero, You seem to have replied on the post, but I can't find it rn. I guess you deleted your response.
Did you have any problem integrating waitbar (or any other function) in your code?

댓글을 달려면 로그인하십시오.

채택된 답변

Dyuman Joshi
Dyuman Joshi 2023년 11월 24일
"hi, how to display an hourglass? or similarity?"
Check out waitbar.
Options from FEX include - progressbar, statusbar, text progress bar etc etc
" or is there another thing to say I'm processing data?"
There's a "Busy" sign at the bottom left corner when MATLAB is executing a code.
It disappears when the code has been fully executed, or there is some error.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Dialog Boxes에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by