matlab中报错Error using horzcat:CAT arguments dimensions are not consistent为什么?
求大神帮忙!!!刚刚接触matlab,还不太懂,做了一个回归分析,x1=[1;1;1;1;1;1;1;1;1;1;1;1;]';x2=[1;1;2;2;1;1;2;2;1...
求大神帮忙!!! 刚刚接触matlab,还不太懂,做了一个回归分析,
x1=[1;1;1;1;
1;1;1;1;
1;1;1;1;]';
x2=[1;1;2;2;
1;1;2;2;
1;1;2;2;]';
x3=[1;2;1;2;
1;2;1;2;
1;2;1;2;]';
y=[34.856; 32.588; 30.106; 34.818;
29.77; 27.94; 28.208; 32.088;
31.818; 32.686; 30.448; 31.666;]';
X=[ones(13,1),x1,x2,x3];
[b,bint,r,rint]=regress(Y,X)
报错 Error using horzcat
CAT arguments dimensions are not consistent.
这个是什么原因啊? 展开
x1=[1;1;1;1;
1;1;1;1;
1;1;1;1;]';
x2=[1;1;2;2;
1;1;2;2;
1;1;2;2;]';
x3=[1;2;1;2;
1;2;1;2;
1;2;1;2;]';
y=[34.856; 32.588; 30.106; 34.818;
29.77; 27.94; 28.208; 32.088;
31.818; 32.686; 30.448; 31.666;]';
X=[ones(13,1),x1,x2,x3];
[b,bint,r,rint]=regress(Y,X)
报错 Error using horzcat
CAT arguments dimensions are not consistent.
这个是什么原因啊? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询