How to use uigetfile with filter set to "All files"..
31 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ahmed Anas
el 6 de Mzo. de 2020
Comentada: Ahmed Anas
el 6 de Mzo. de 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..
0 comentarios
Respuesta aceptada
Geoff Hayes
el 6 de Mzo. de 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).
Más respuestas (0)
Ver también
Categorías
Más información sobre Whos en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!