摘要: 二维图形绘制t=0:pi/20:2*piplot(t,t.*cos(t),'-.r*')hold onplot(exp(t/100).*sin(t-pi/2),'--mo')plot(sin(t-pi),':bs')hold off一维插值x=0:10;y=x.*sin(x);xx=0:.25:10... 阅读全文
posted @ 2015-11-14 16:15 文刀三石 阅读(706) 评论(0) 推荐(0) 编辑