how to overcome matrix dimensions must agree error
1 回表示 (過去 30 日間)
古いコメントを表示
I have attached the screen shot taken from coding pls help to solve this issue.
1 件のコメント
Image Analyst
2017 年 12 月 13 日
Please copy the entire error message, and the code. All I can say now is that you're doing some kind of matrix operation that is not allowed, like trying to stuff a bunch of elements into one element, or trying to multiply a r1xc1 matrix by a r2xc2 matrix where c1 is not equal to r2.
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!