Running movie file simultaneously to other code

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

답변 (2개)

Sean de Wolski
Sean de Wolski 2012년 1월 5일

0 개 추천

Are you looking for something like a waitbar?
doc waitbar
If not, please clarify your question.

댓글 수: 2

Kevin
Kevin 2012년 1월 5일
Yes, I am looking to create a custom waitbar.
You could use a timer to run a waitbar while the other stuff is running.

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

Walter Roberson
Walter Roberson 2012년 1월 5일

0 개 추천

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.)

카테고리

도움말 센터File Exchange에서 App Building에 대해 자세히 알아보기

질문:

2012년 1월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by