ylw346799252 发表于 2010-10-12 11:05

text=cell(3,2);
text{1,1}=str1;
text{1,2}=str2;
counter=3;
strout='';
while feof(fid)==0
    str=fgetl(fid);
    =strread(str,'%s %s','delimiter',' ');
    text{counter-1,1}=str1;
    text{counter-1,2}=str2;
    counter=counter+1;
end
for ii=1:3
    if strcmp(text{ii,1},string_edit)
        strout=text{ii,2};
    end
end
if ~isempty(strout)
    set(handles.edit1,'string',strout);
end

ylw346799252 发表于 2010-10-12 12:37

世界数学奥林匹克解题大辞典--几何卷

hangdao 发表于 2011-1-17 17:58

谢谢了~~~~~~~~~

chenliang19912 发表于 2011-1-21 12:31

不知好不好,不过先顶了~~

chenliang19912 发表于 2011-1-21 12:31

为了把体力赚回来,再定

yeppy 发表于 2011-1-21 15:42

O(∩_∩)O哈哈~回家当电视剧看

cxm1991 发表于 2011-1-21 19:34

好东西,顶下~

aiguozhedaodan1 发表于 2011-2-2 13:00

好东西,谢谢楼主!!!!!!!!{:3_48:}

sandyfly 发表于 2011-2-10 12:54

问什么这么小的文件?只是视频链接?

zf446886 发表于 2011-2-10 22:27

顶顶顶顶订顶                  
页: 14 15 16 17 18 19 20 21 22 23 [24] 25 26 27 28 29 30 31 32 33
查看完整版本: matlab视频教程