Error using - Matrix dimensions must agree.
8 ビュー (過去 30 日間)
古いコメントを表示
z=(z - MIN)./(MAX - MIN);
When I run this code, there will always error
Error using -
Matrix dimensions must agree.
1 件のコメント
KSSV
2021 年 12 月 9 日
Check the dimensions of each variable...they should be compatible for substraction and element by division.
回答 (1 件)
Shravan Kumar Vankaramoni
2021 年 12 月 15 日
Hi,
There is a mismatch in the matrix dimensions you are using in that equation.
Refere the below links to understand on that:
Hope this helps.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!