Running movie file simultaneously to other code
Ältere Kommentare anzeigen
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
Antworten (2)
Sean de Wolski
am 5 Jan. 2012
Are you looking for something like a waitbar?
doc waitbar
If not, please clarify your question.
2 Kommentare
Kevin
am 5 Jan. 2012
Sean de Wolski
am 5 Jan. 2012
You could use a timer to run a waitbar while the other stuff is running.
Walter Roberson
am 5 Jan. 2012
0 Stimmen
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.)
Kategorien
Mehr zu App Building finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!