App Designer: Use Tree to Browse Directory
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Stirnemann
il 14 Mag 2019
Commentato: Stirnemann
il 15 Mag 2019
Can a tree be used to browse a directory? Need to select multiple files and move them from one path to the next.
2 Commenti
Risposta accettata
Sayyed Ahmad
il 15 Mag 2019
see the help of uigetfile:
"Enabling multiple file selection in the dialog:
[filename, pathname, filterindex] = uigetfile( ...
{'*.mat','MAT-files (*.mat)'; ...
'*.mdl','Models (*.mdl)'; ...
'*.*', 'All Files (*.*)'}, ...
'Pick a file', ...
'MultiSelect', 'on');
"
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!