双循环中的订阅分配维度不匹配

时间:2014-09-30 15:29:45

标签: matlab

需要帮助解决此错误。

NC = 2; KK = 1;

for f=1:nc
for j=1:n
    SS=2*j-1;
    for s=1:SS-1
        totalI=totalI+tI;
    end
    tin=totalI+tI;
    RI(kk,:)=RI+P(j,n)*tin; %error in this line
    kk=kk+1;
end
totalI=0;
end

非常感谢你!

0 个答案:

没有答案