How to use uigetfile with filter set to "All files"..
14 ビュー (過去 30 日間)
古いコメントを表示
i want to select files by browse window (using command 'uigetfile')so that filter should be "all files" when opened, just like the attached picture..

0 件のコメント
採用された回答
Geoff Hayes
2020 年 3 月 6 日
Ahmed - if I use the following line of code
uigetfile('*.*');
then "All Files" appears in the file browser window (I'm using a Mac so perhaps that behaves differently than your PC).
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!