uiget

Versión 1.0 (66,1 KB) por sco1
Single MATLAB UI for selection of either a folder or files
98 descargas
Actualizado 23 jul 2018

uiget opens a dialog box that allows the user to select folder(s) and/or file(s) in a single UI. This is designed as a generic alternative to MATLAB's more specific UI selection tools: uigetdir and uigetfile.

Syntax:
file = uiget()
[file, path] = uiget()
___ = uiget(basepath)
___ = uiget(basepath, Name, Value)

Available Name, Value Pairs:
MultiSelect - Specify whether a user can select multiple files or folders
ScalarPathOutput - Specify whether a scalar path is output when using MultiSelect
Title - Specify a custom dialog title
ExtensionFilter - Specify a custom file extension filter

See README.md for detailed documentation and examples

See also UIGETDIR, UIGETFILE

For the fastest response times to bugs and requests, please utilize this project's issue tracker on GitHub.

Citar como

sco1 (2024). uiget (https://github.com/StackOverflowMATLABchat/uiget), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2018a
Compatible con cualquier versión desde R2016b
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Projects en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión
1.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.