| 查看: 156 | 回复: 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 ] |
» 猜你喜欢
有谁可曾问过你过的还好吗?
已经有21人回复
E0414, 我的本子有没有希望?
已经有7人回复
一篇论文同时出现在两个期刊,一模一样,这算不算学术不端,请各位老师斧正。
已经有12人回复
希望面上有个好结果
已经有7人回复
三区计算机方向期刊推荐
已经有5人回复
sci论文二审求助
已经有5人回复
函评
已经有7人回复











回复此楼