how can I get the path to a folder from user and open files with .fig format?
Afficher commentaires plus anciens
the question says it all!
Réponses (1)
Azzi Abdelmalek
le 14 Jan 2014
Modifié(e) : Azzi Abdelmalek
le 14 Jan 2014
Use uigetfile
[file,folder]=uigetfile('*.fig');
filename=fullfile(folder,file)
2 commentaires
Mohammad
le 15 Jan 2014
Modifié(e) : Azzi Abdelmalek
le 15 Jan 2014
Azzi Abdelmalek
le 15 Jan 2014
I don't know how you got this error?
Catégories
En savoir plus sur Environment and Settings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!