uigetfiles

A fileselector as uigetfile, with multiple selection which does not require Java

Ahora está siguiendo esta publicación

Displays a dialog box for the user to fill in, and returns the filename and path strings. Multiple choices are possible, as well as directory names. Both returned values are then char or cellstr. This function behaves exactly as uigetfile, but in multiple and dirextory mode. The file selector also provides extended functionalities (file edit, sorting, tool tips, filters, wildcards, directory history, ...)

Use strcat(pathname, filesep, filename) to obtain full file name.

options may be: 'Location', [x y]
or [x y]
and 'MultiSelect', 'on'|'off'

Citar como

Emmanuel Farhi (2026). uigetfiles (https://es.mathworks.com/matlabcentral/fileexchange/22805-uigetfiles), MATLAB Central File Exchange. Recuperado .

Información general

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.1.0.0

Fixed handling of names with spaces (e.g. Windows) and sorting.

1.0.0.0