uiputfile error using R2013a on Windows 7
이전 댓글 표시
When my code skips the function that creates the GUI:
[FILENAME_TXT,PATHNAME_TXT] = uiputfile('.txt', 'Select location and title of text file.');
and outputs
FILENAME_TXT = 0 PATHNAME_TXT = 0
This error did not occur using earlier versions of MATLAB on Windows XP.
Thank you for any assistance with this issue.
댓글 수: 2
Walter Roberson
2013년 8월 13일
That is expected if the uiputfile() is canceled.
Brian
2013년 8월 30일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!