首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
周期斜线
周期斜线
mac
2022-06-30
14
x=0:0.01:10; y=zeros(1,1001); for i=1:2:1000 % y=y+i*x; y=y+((1/i)*sin(i*x)); end for i=(2:2:1000) y=y-((1/i)*sin(i*x)); end plot(x,y);
转载请注明原文地址: https://mac.8miu.com/read-75621.html
最新回复
(
0
)