uiputfile error using R2013a on Windows 7

1 次查看(过去 30 天)
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
Walter Roberson 2013-8-13
That is expected if the uiputfile() is canceled.
Brian
Brian 2013-8-30
Sorry about the delayed reply. I was able to get the program to work randomly after repeated tries or by editing the code for FILENAME_TXT to the file name and PATHNAME_TXT to the path name. I never even had the opportunity to click the Cancel button, since the GUI never appeared.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dialog Boxes 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by