标签: matlab
“尝试引用非结构数组的字段。
以下是代码
[filename,pthname]= uigetfile('*.txt','File select text'); fullpathname = strcat(pthname, filename); text = fileread(fullpathname); set(handles.text3, 'String', text); guidata(hObject,handles);
请帮帮我.........
答案 0 :(得分:0)
我有同样的问题,但我尝试从命令行运行gui,错误消失。也许你可以尝试从命令输入运行gui文件。