Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Use of UIGETFILE tailored for selection of image file(s) with formats supported by IMREAD. Handy, for me, because it saves frequent use of file selection, testing for no file, concatination of path and name, etc.
A dialog box is displayed for the user to fill in, and returns the filename and path strings. You can choose a single file, or several using the Shift and Ctrl keys in the usual way supported by the operating system.
[filename, fpath] = UIGETIMAGE(titl)
NEEDS: UIGETFILE
Example usage:
Returns full file path to selected file
> fn = uigetimage('Pick a picture file')
Returns names and path for file(s selected with default title
> [fn, fpath] = uigetimage;
Citar como
Peter Burns (2026). uigetimage (https://es.mathworks.com/matlabcentral/fileexchange/31162-uigetimage), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspiración para: compress_calc
Información general
- Versión 1.0.0.0 (1,93 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.0.0 |
