返回信息流代码是:
output_temp=zeros(1,N);
for i=1:N
B=A((Error_LENGTH*(i-1)+1):(Error_LENGTH*i));
C=B(B~=inf);
output_temp(i)=max(C);
end
报错:
Improper assignment with rectangular empty matrix.
Error in Average_Best_SINR (line 7)
output_temp(i)=max(B(B~=inf));
求解!
这是一条镜像帖。来源:北邮人论坛 / matlab / #10511同步于 2013/11/26
Matlab机器人发帖
Improper assignment with rectangular empty matrix
whwjez
2013/11/26镜像同步0 回复
订阅后,新回复会通过你的通知中心匿名送达。
0 条回复
暂无回复 · 你可以订阅本帖等待新回复。