uiget

版本 1.0 (66.1 KB) 作者: sco1
Single MATLAB UI for selection of either a folder or files
98.0 次下载
更新时间 2018/7/23

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.

引用格式

sco1 (2024). uiget (https://github.com/StackOverflowMATLABchat/uiget), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2018a
与 R2016b 及更高版本兼容
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Projects 的更多信息

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库