imputfile
Display Save Image dialog box to set filename of image file
Description
opens the Save Image dialog box, which enables you
to interactively specify the full name of an image file including the file path and
extension. Using the dialog box, you can navigate to folders in a file system and select a
particular file or specify the name of a new file.filename
= imputfile
After you have specified the filename, you can save an image file with that filename by
using functions such as imwrite
.
Note
The Save Image dialog box blocks the MATLAB® command line until you click Save or cancel the operation.
[
also returns a logical flag that indicates whether the operation was
canceled. filename
,ext
,user_canceled
]
= imputfile
Examples
Output Arguments
Version History
Introduced in R2007b
See Also
Image
Viewer | imwrite
| imformats
| imgetfile
| imsave