Matlab中t=0:0.0001:0.05;y=(1+6sin(2pi*'f't).cos(3pi'h't));'f'==100;'h'==800;plot(t,y)和t=0:0.0001:0.05;y=(1+6sin(200pit).cos(2400pi*t));plot(t,y)有什么样的区别啊,这两个画出来的图不一样。