30340045 发表于 2009-2-20 21:27

请教打开.txt文本问题

我在matlab下能够打开文本 但是脱机后就打不开文本
帮忙解决一下:@)


% --- Executes on button press in pushbutton1.
%have pushbutton1 cover of fan input data save
function pushbutton1_Callback(hObject, eventdata, handles)
% hObject    handle to pushbutton1 (see GCBO)
% eventdatareserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)


=uiputfile('.txt','opendata');
fandatawr=fopen(filename,'a+');
open(filename);

guidata(hObject, handles);

ChaChing 发表于 2009-2-20 22:24

sorry, 不太清楚LZ说的意思!
"脱机"是什麽?

[ 本帖最后由 ChaChing 于 2009-2-20 22:39 编辑 ]

ch_j1985 发表于 2009-2-20 23:28

回复 楼主 30340045 的帖子

请问是关于GUI的吗?
页: [1]
查看完整版本: 请教打开.txt文本问题