Assignment has more non-singleton rhs dimensions than non-singleton subscripts
조회 수: 10 (최근 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!