摘要: matlab代码:figure('NumberTitle','off','menubar','none','toolbar','none','name','Topo Image'); x=0:pi/100:2*pi;y=2*exp(-0.5*x).*sin(2*pi*x);plot(x,y)%fig... 阅读全文
posted @ 2014-09-10 22:29 wangyaning 阅读(408) 评论(0) 推荐(0)
摘要: #include // for standard I/O#include // for strings#include // for controlling float print precision #include // string to number conversion #... 阅读全文
posted @ 2014-09-10 16:26 wangyaning 阅读(1166) 评论(0) 推荐(0)