The Octave syntax is largely compatible with Matlab. ... x = -10:0.1:10; # Create an evenly-spaced vector from -10..10 y = sin (x); # y is also a vector ...
確定! 回上一頁