uigetdirs

Dialog for selecting multiple folders
123 Downloads
Updated 3 Feb 2016

USAGE:
dirs = uigetdirs(startpath, title)
INPUTS:
startpath: String, path to a folder to use as the default search
path. If this is an empty string, not a valid path, or
not provided then it defaults to the current directory

title: String, customized string to display as the figure
title.

OUTPUTS:
dirs: Cell Array, A cell array containing all of the selected
directories. If no directory was selected because the
dialog was cancelled or closed, then this value will be
just an empty cell array

Cite As

Jonathan Suever (2024). uigetdirs (https://github.com/suever/uigetdirs), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Search Path in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.