matlab中>> clear; >> syms x; >> int((sin(x)/(x^9-1)))
matlab中>> clear; >> syms x; >> int((sin(x)/(x^9-1)))
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求积分syms x; a=int(1/(1-x^2)*(log(1+x)-log(1-x)); a
matlab 中,syms x 是不是相当于x=sym('x')
matlab中画图,用plot,如下面程序 syms t x; p=t*x; y=int(p,x,0,1); 我想用pl
为什么在matlab中输入syms x f=sym('x/(cos(x))^2') y(1)=diff(f)
matlab >> syms x y;x=linspace(0,2*pi,60);y=(sin(x)*cos(5*x))
matlab .* syms yc;syms yt;x=0:0.001:1;yc=(15.957/6.*(x.^3-3.
matlab中 syms x; f=log(x) 为什么是错的?
matlab t=linspace(0,pi/10,1000); >> syms x y z% >> th=[x*(1+
matlab中abs(1,sin(x))*cos(x)是什么意思