asking for avi name - movie2avi
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, im making avi file using getframe and movie2avi. Is there a way to display window that will ask for a name of avi file? Something like:
filename = input('Name of avi file:', 's');
movie2avi(handles.F, 'filename.avi','fps',2);
But this is not working and its asking in comand window not in a new window. Thx.
0 件のコメント
採用された回答
Mats
2013 年 4 月 11 日
I suggest you take a look at http://www.mathworks.nl/help/matlab/ref/uicontrol.html. You are looking for a editbox as style option.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!