y=x3+3

 

>>x=[0:0.001:100];
y=power(x, 3)+3;
plot(x, y), grid on

posted @ 2010-10-22 10:17 upzone 阅读(15) 评论(0) 编辑