主题:求助,请教各位高手!!
各位高手!!!
我想把函数(1e-3)*sin(0.3*pi*t)*exp(-((3*t-100)^2)/2000)的图象划出来!
编程如下:
clear
clc
syms t f
f=(1e-3)*sin(0.3*pi*t)*exp(-((3*t-100)^2)/2000)
t=0:1:100
subplot(2,1,1)
plot(t,f)
grid
图象显示不出来!!!请高手指点!!!万分感谢!!!
我想把函数(1e-3)*sin(0.3*pi*t)*exp(-((3*t-100)^2)/2000)的图象划出来!
编程如下:
clear
clc
syms t f
f=(1e-3)*sin(0.3*pi*t)*exp(-((3*t-100)^2)/2000)
t=0:1:100
subplot(2,1,1)
plot(t,f)
grid
图象显示不出来!!!请高手指点!!!万分感谢!!!