网址:https://octave-online.net/ 在网页中输入函数定义,即可输出函数图像,语法与MATLAB一样。 例: x=linspace(-5,5); y=3*x.^2+3*x; plot(x,y);