yzhang9
2011-06-01, 19:18
t= 0 : .01 : 2 * pi;
x1= sin ((15*pi/4)*cos(t)).^2;
x2= 25*sin((3*pi/4)*cos (t)).^2;
x3= x1./x2;
polar (t,x3);
我想求出, 当 X3 的值是0.5 的时候, t是多少度。
有人说要用 fzero 这个公式, 大家帮帮忙, 帮我写个code, 然后能求出T的值。
x1= sin ((15*pi/4)*cos(t)).^2;
x2= 25*sin((3*pi/4)*cos (t)).^2;
x3= x1./x2;
polar (t,x3);
我想求出, 当 X3 的值是0.5 的时候, t是多少度。
有人说要用 fzero 这个公式, 大家帮帮忙, 帮我写个code, 然后能求出T的值。