How to use uigetfile with filter set to "All files"..
26 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ahmed Anas
am 6 Mär. 2020
Kommentiert: Ahmed Anas
am 6 Mär. 2020
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..
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/275609/image.jpeg)
0 Kommentare
Akzeptierte Antwort
Geoff Hayes
am 6 Mär. 2020
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).
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Whos finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!