App Designer: Use Tree to Browse Directory
10 ビュー (過去 30 日間)
古いコメントを表示
Can a tree be used to browse a directory? Need to select multiple files and move them from one path to the next.
2 件のコメント
採用された回答
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!