how can I get the path to a folder from user and open files with .fig format?
Mostra commenti meno recenti
the question says it all!
Risposte (1)
Azzi Abdelmalek
il 14 Gen 2014
Modificato: Azzi Abdelmalek
il 14 Gen 2014
Use uigetfile
[file,folder]=uigetfile('*.fig');
filename=fullfile(folder,file)
2 Commenti
Mohammad
il 15 Gen 2014
Modificato: Azzi Abdelmalek
il 15 Gen 2014
Azzi Abdelmalek
il 15 Gen 2014
I don't know how you got this error?
Categorie
Scopri di più su Printing and Saving 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!