Prev: Signal to Block Parameter Conversion [Simulink]
Next: Unable to compile CUDA mex in Matlab R2010a 64bit CUDA
From: Samiov on 19 May 2010 12:39 Hi all, please what I must write on my pushbutton callback to open a window that allows me to choose a directory where I save an image that is displayed in my GUI and write the name of the file (as if it were in word or paint etc...) Thank you.
From: Walter Roberson on 19 May 2010 12:45 Samiov wrote: > please what I must write on my pushbutton callback to open a window that > allows me to choose a directory where I save an image that is displayed > in my GUI and write the name of the file (as if it were in word or paint > etc...) uigetdir() if you only want to allow the directory to be chosen. uiputfile() if you want the complete output file name to be chosen. Note that uiputfile() will ask the user to confirm if they select an existing file.
From: Matt Fig on 19 May 2010 12:48
See the help for UIPUTFILE. |