以下是matlab中的语句,syms t y=sin(pi*t)*exp(-s.*t) z=int(y,t,0,1) 求
以下是matlab中的语句,syms t y=sin(pi*t)*exp(-s.*t) z=int(y,t,0,1) 求
matlab t=linspace(0,pi/10,1000); >> syms x y z% >> th=[x*(1+
MATLAB中syms t y y=fourier(exp(-2*abs(t))) y = 4/(w^2 + 4) 中的
matlab绘图中的语法t=0:0.1:2*pi;y=sin(t);plot(t,
matlab中 syms x; t=1+X-1/X; Y=exp(x+1/x); f=t*y; int(f,x,1/2,
matlab 变限积分 syms x T; F1=int('(-2.4)/exp((-0.008)*(x-720))(1
matlab问题,>> t=0:0.2:3*pi;x=exp(-t).*sin(t);plot(t,x) >> t=0:
matlab中t=linspace(0,2*pi,100);x=[t;t]';y=[sin(t);cos(t)]';pl
用matlab解:y=dsolve('D2y+exp(-t)*Dy-sin(sqrt(t))*y=exp(-t)*sin
matlab中假设t=0:0.1:2*pi;为什么y=t.*sin(t).*sin(t)不等于y=t.*(sin(t))
y=sqrt(3)/2.*exp(-4*t.)*sin(4*sqrt(3)*t.+pi/3);t=[-1:0.01:1]
急求matlab问题,>> t=0:0.2:3*pi;x=exp(-t).*sin(t);plot(t,x) 前面的 t