How to use uigetfile with filter set to "All files"..
26 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Geoff Hayes
le 6 Mar 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).
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Whos dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!