In plotting a simple cube root function y = x1/3, you expect to see a graph like this: But when you do x = -3:0.01:3; y = x.^(1/3); plot(x ...
確定! 回上一頁