App Designer: Use Tree to Browse Directory
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Stirnemann
el 14 de Mayo de 2019
Comentada: Stirnemann
el 15 de Mayo de 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 comentarios
Respuesta aceptada
Sayyed Ahmad
el 15 de Mayo de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!