标题:新手关于非线性参数估计的问题
只看楼主
dzytaste
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2008-8-11
 问题点数:0 回复次数:0 
新手关于非线性参数估计的问题
我刚接触matlab,想用nlinfit函数拟合模型中的几个参数 老是报错:
>>myfunc=inline('a*exp(b*(1/(25.16-c)-1/(x-c)))','x','a', 'b' ,'c');
>> betafit=nlinfit(x,y,myfunc,[11 35 -10])
??? Error using ==> nlinfit
The inline model function generated the following error:
Error using ==> inline.subsref
Not enough inputs to inline function.
x 和y实验观测值 a b c 为想要得到的参数 x为自变量 y为因变量 均为1000*1的向量


是自变量的个数不够吗 还是要估计的参数过多了
   谢谢各位前辈了
搜索更多相关主题的帖子: 参数估计 非线性 inline 变量 
2008-08-11 16:23



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-227721-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.118198 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved