| 查看: 171 | 回复: 0 | |||
| 当前主题已经存档。 | |||
[交流]
【求助】一个简单的Matlab错误,请帮忙解决
|
|||
|
>> w=inline('a1*cos(theta(1))+a2*cos(theta(1)+theta(2))-r1;a1*cos(theta(1))+a2*cos(theta(1)+theta(2))-r2','theta','a1','a2','r1','r2') w = Inline function: w(theta,a1,a2,r1,r2) = a1*cos(theta(1))+a2*cos(theta(1)+theta(2))-r1;a1*cos(theta(1))+a2*cos(theta(1)+theta(2))-r2 >> opt=optimset('display','off'); >> z=fsolve(w,[pi/6 pi/6],opt,1,2,1.8,2.1)*180/pi ??? Error using ==> inlineeval Error in inline expression ==> a1*cos(theta(1))+a2*cos(theta(1)+theta(2))-r1;a1*cos(theta(1))+a2*cos(theta(1)+theta(2))-r2 ??? Error: Unexpected MATLAB expression. Error in ==> inline.feval at 34 INLINE_OUT_ = inlineeval(INLINE_INPUTS_, INLINE_OBJ_.inputExpr, INLINE_OBJ_.expr); Error in ==> fsolve at 180 fuser = feval(funfcn{3},x,varargin{:}); 请高手帮我看看错在哪里,谢谢 [ Last edited by laizuliang on 2008-8-15 at 23:58 ] |
» 猜你喜欢
科研求助
已经有4人回复
博士去二本高校当辅导员,如何调整心态?
已经有11人回复
面上有专家说实验设备不是我们单位的
已经有6人回复
江苏省自然基金 什么时候出结果
已经有6人回复
闲聊
已经有3人回复
初秋的晨风
已经有6人回复









回复此楼