Matrix Dimensions must agree
4 ビュー (過去 30 日間)
古いコメントを表示
Error using +
Matrix dimensions must agree.
Error in embed_dwt_hsd_svd (line 43)
HSw_hat = alpha.*Sw + HSw;
0 件のコメント
回答 (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.
参考
カテゴリ
Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!