Problem using uigetfile function
Ältere Kommentare anzeigen
I am trying to use the uigetfile function to allow the user to open a file. When I run the code, it opens a dialog box that says 'Select File for Save As'.
Here is the code:
FileName=uigetfile;
What am I doing wrong?
Thanks,
Dave
3 Kommentare
CAM
am 30 Okt. 2019
When I use that command as shown I get "Select file to Open". Not sure why you are getting the "save as" title. What happens if you specify text to display as an input?
David Suprak
am 30 Okt. 2019
CAM
am 31 Okt. 2019
No worries. Glad it worked out for you. Good luck with your coding.
Antworten (0)
Kategorien
Mehr zu Dialog Boxes finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!