> syms x t >> r4=int(2*x,sin(t),1) r4 = cos(t)^2
刚刚接触matlab边看书边打代码,但是不知道为什么这个打出来却是这样的。。求解答
你可能用的是命令窗口,需要用script.m编辑。
emmm cos(t)^2确实是等于1-sin(t)^2