Feeds
提问
hi..Im new in matlab programming. Can someone help me plot 3D graph of y=x-x^2, where z is form negative infinity to infinity.
x=linspace(-0.5,0.5); y=linspace(-0.5,0.5); y=x-x.^2; plot(x,y) i have done this,but how to plot it into 3D where ...
7 years 前 | 1 个回答 | 0