%显示b所代表的函数:a=1;x=[1:1:10];y=x+a;b='sum(y)';plot (x,y);legend(b)%显示b的数值a=1;x=[1:1:10];y=x+a;b=sum(y);plot (x,y);legend(['b=',num2str(b)]);
A=importdata('app.txt'); % 调入app.txt 文档,A 是 cell array
我再来补充一个andyxu回复我的问题。问题 :有一个文档 app.txt 里面有一列单词, apple, orange, pear. 希望读取apple 显示