필터 지우기
필터 지우기

asking for avi name - movie2avi

조회 수: 1 (최근 30일)
Jakub
Jakub 2013년 4월 11일
댓글: Jakub 2013년 12월 10일
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.

채택된 답변

Mats
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.
  댓글 수: 2
Jakub
Jakub 2013년 4월 11일
Nono, i wanted something different. what i want is that when user press certain button in gui, new window will show where user will type name of avi file and then the avi file will be saved...
Jakub
Jakub 2013년 12월 10일
I was looking for inputdlg function.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by