Assignment has more non-singleton rhs dimensions than non-singleton subscripts
11 次查看(过去 30 天)
显示 更早的评论
I have an error with this code please help me
Assignment has more non-singleton rhs dimensions than non-singleton subscripts
Error in Paper>gen_channel (line 260)
Rfm1(i,:) = rayleigh_fade_func(n,v);
Error in Paper (line 12)
[Rfc, Rfc_whole, Rfc_a]= gen_channel(K,n,M,v,k);
0 个评论
回答(1 个)
Image Analyst
2020-5-3
Usually when I see that error, the solution is to use the squeeze() function.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!