Matrix Dimensions must agree
이전 댓글 표시
Error using +
Matrix dimensions must agree.
Error in embed_dwt_hsd_svd (line 43)
HSw_hat = alpha.*Sw + HSw;
답변 (1개)
madhan ravi
2020년 9월 20일
편집: madhan ravi
2020년 9월 20일
HSw_hat = bsxfun(@plus, alpha.*Sw, HSw);
댓글 수: 1
madhan ravi
2020년 9월 20일
편집: madhan ravi
2020년 9월 20일
size(Sw) and size(HSw) should match each other or to atleast perform implicit expansion addition.
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!