| 查看: 199 | 回复: 2 | |||
| 当前主题已经存档。 | |||
慢三儿木虫 (小有名气)
|
[交流]
【求助】这段多元非线性回归到底哪里错了??!
|
||
|
程序如下: function yhat=volum(beta,x) a=x'(:,1);b=x'(:,2);c=x'(:,3); yhat=(beta(1).*b-c./beta(5))./(1+beta(2).*a+beta(3).*b+beta(4).*c) —————————————— x=[470 285 470 470 470 100 100 470 100 100 100 285 285; 300 80 300 80 80 190 80 190 300 300 80 300 190; 10 10 120 120 10 10 65 65 54 120 120 10 120]; y=[8.55 3.79 4.82 0.02 2.75 14.39 2.54 4.35 13.00 8.50 0.05 11.32 3.13]; beta0=[1 0.05 0.02 0.1 2]'; beta=nlinfit(x',y','volum',beta0); 运行总是出现: Error using ==> nlinfit The model function 'volum' generated the following error: Error: File: d:\MATLAB\R2006a\work\volum.m Line: 2 Column: 5 Unbalanced or misused parentheses or brackets. Error in ==> homework6 at 6 aa=nlinfit(x',y','volum',aa0); 到底哪里出错了吗??? ![]() ![]() [ Last edited by kuhailangyu on 2009-3-19 at 15:35 ] |
» 猜你喜欢
有多少人是今天查系统知道结果的?
已经有19人回复
国社科又开始会评了,不知道这次命运如何
已经有9人回复
能否申诉?
已经有5人回复
为什么到现在没收到通知?
已经有5人回复
有没有仍没收到信息的
已经有8人回复
面上意见出来了
已经有18人回复
找导师
已经有7人回复
29号明天会评吗
已经有3人回复
麻烦专家们看看评委们的意见(F口面上)
已经有11人回复
我就是申请一个面上项目而已,这评审意见是按照杰青的条件评的吧?
已经有11人回复
2楼2009-03-19 19:42:11
3楼2009-03-19 19:50:01










回复此楼
投票:
30