How to use the function uigetfile?
Mostra commenti meno recenti
When I use the uigetfile function
And want to select any file that is not in the same folder as my M file code
I'm getting an error
How can I select the file from any folder on my computer?

Risposta accettata
Più risposte (1)
ANKUR KUMAR
il 13 Lug 2021
Modificato: ANKUR KUMAR
il 13 Lug 2021
"How can I select the file from any folder on my computer?"
This is pretty simple. You need to provide the full path of the file while calling uigetfile function.
uigetfile('D:\folder\subfolder\subsubfolder\*.xlsx')
Categorie
Scopri di più su App Building in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!