Running movie file simultaneously to other code
조회 수: 2 (최근 30일)
이전 댓글 표시
I'd like to run a small movie file to simulate a fancy "processing bar" while performing .m code uninterrupted. Clearly I know how to run a movie file first and once that is completed run the .m code, but how can these be run simultaneously to show this movie while the program is running?
Thanks,
Kevin
댓글 수: 0
답변 (2개)
Sean de Wolski
2012년 1월 5일
Are you looking for something like a waitbar?
doc waitbar
If not, please clarify your question.
댓글 수: 2
Walter Roberson
2012년 1월 5일
You cannot do that in MATLAB, except by using system() to start a new process that does the playing (and then you have problems with synchronization.)
댓글 수: 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!