Here is a very simple, not so efficient but very easy to read, way to do this: % create fake data x=linspace(-10,10,100); y=sin(x); ...
確定! 回上一頁