Matlab学习笔记(20191031)

mac2024-12-11  22

5-1

syms x y = (sin(x)^2)/(1+x^2); x = -4:0.1:4; y = eval(y); plot(x,y)

结果:

最新回复(0)