how can I get the path to a folder from user and open files with .fig format?
이전 댓글 표시
답변 (1개)
Azzi Abdelmalek
2014년 1월 14일
편집: Azzi Abdelmalek
2014년 1월 14일
Use uigetfile
[file,folder]=uigetfile('*.fig');
filename=fullfile(folder,file)
댓글 수: 2
Mohammad
2014년 1월 15일
편집: Azzi Abdelmalek
2014년 1월 15일
Azzi Abdelmalek
2014년 1월 15일
I don't know how you got this error?
카테고리
도움말 센터 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!