how can I get the path to a folder from user and open files with .fig format?
Show older comments
the question says it all!
Answers (1)
Azzi Abdelmalek
on 14 Jan 2014
Edited: Azzi Abdelmalek
on 14 Jan 2014
Use uigetfile
[file,folder]=uigetfile('*.fig');
filename=fullfile(folder,file)
2 Comments
Mohammad
on 15 Jan 2014
Edited: Azzi Abdelmalek
on 15 Jan 2014
Azzi Abdelmalek
on 15 Jan 2014
I don't know how you got this error?
Categories
Find more on Printing and Saving in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!