MATLAB fsolve求解非线性方程组的问题 10

functiony=myfun(x)y(1)=x(1)*110^x(2)-x(1)*170^x(2)-3650;y(2)=x(1)*70^x(2)-x(1)*130^x(... function y=myfun(x)
y(1)=x(1)*110^x(2)-x(1)*170^x(2)-3650;
y(2)=x(1)*70^x(2)-x(1)*130^x(2)-9000;
x0=[1 1];
x=fsolve('myfun',x0),optimset('display','iter','MaxFunEvals',1000);
弹出了fsolve stopped because it exceeded the function evaluation limit,
展开
 我来答
红人咸干饭胖胖
2016-05-21 · TA获得超过299个赞
知道小有建树答主
回答量:284
采纳率:0%
帮助的人:154万
展开全部
在我的机器上运行,没问题:
Optimizer appears to be converging to a minimum that is not a root:
Sum of squares of the function values is > sqrt(options.TolFun).
Try again with a new starting point.

X1 =

0.2295
0.0317
-0.1424
是不是你的Matlab版本低的原因?我用的是R2008a,Matlab7.6.0
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式