Matlab first Prog.

 

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  阅读(221)  评论(0编辑  收藏  举报