出小事啦!!!!!!matlab操作反求!
求s=1.78*(0.15*sin(2*acos((h-0.6)/0.6))-0.3*acos((h-0.6)/0.6)+0.3*pi);
如果已知s 反求h
matlab 怎么做?
求助啊啊啊啊啊啊啊啊啊啊啊啊啊啊 >> syms s h
>> solve(s==1.78*(0.15*sin(2*acos((h-0.6)/0.6))-0.3*acos((h-0.6)/0.6)+0.3*pi),h)
Warning: Explicit solution could not be found.
> In solve at 179
ans =
[ empty sym ]
>> solve(100==1.78*(0.15*sin(2*acos((h-0.6)/0.6))-0.3*acos((h-0.6)/0.6)+0.3*pi),h)
ans =
6.4286899949179473002327023689206 - 5.7100344868354339477137207870144*i
页:
[1]