How to open an .avi file and get the control back

2 ビュー (過去 30 日間)
Varuna De Silva
Varuna De Silva 2011 年 5 月 31 日
Hello all,
For a project of mine, I need to open a file with windows media player (not mmplayer) and then once it starts playing, I need to do some other tasks in matlab.
I tried with the System() command but it does not return the control until it is finish playing.
Is there any way that I can work around this. Any help is much appreciated.
- Thanks in advance for your help.

採用された回答

Walter Roberson
Walter Roberson 2011 年 5 月 31 日
system('winplayer &')
  1 件のコメント
Varuna De Silva
Varuna De Silva 2011 年 5 月 31 日
Thanks alot this worked for me. In fact the command looked like this,
system('"C:\Program Files\Windows Media Player\wmplayer.exe" /open "C:\Documents and Settings\dd00028\My Documents\My Videos\Interview2.wmv" &' )

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnalog Filters についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by