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.

 Réponse acceptée

Mats
Mats le 11 Avr 2013

0 votes

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 commentaires

Jakub
Jakub le 11 Avr 2013
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 le 10 Déc 2013
I was looking for inputdlg function.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange

Question posée :

le 11 Avr 2013

Commenté :

le 10 Déc 2013

Community Treasure Hunt

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

Start Hunting!

Translated by