file path issue in matlab
이전 댓글 표시
i have made a GUI and i am using:
iugetfile('filename')
to select the file but if the file is not present in MATLAB path, the GUI does not load that file. But if the file is in the MATLAB path,only then it works.
kindly tell me a solution by using which it does not give path error when i load any file using my GUI.
댓글 수: 2
Rik
2022년 1월 27일
The uigetfile function should open a dialog box. If the user closes it without selecting a file, the result is 0.
What actual error are you getting?
ali hassan
2022년 1월 27일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 App Building에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!