App Designer: Use Tree to Browse Directory
조회 수: 14 (최근 30일)
이전 댓글 표시
Can a tree be used to browse a directory? Need to select multiple files and move them from one path to the next.
채택된 답변
Sayyed Ahmad
2019년 5월 15일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!