Error using - Matrix dimensions must agree.
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
z=(z - MIN)./(MAX - MIN);
When I run this code, there will always error
Error using -
Matrix dimensions must agree.
1 Commento
KSSV
il 9 Dic 2021
Check the dimensions of each variable...they should be compatible for substraction and element by division.
Risposte (1)
Shravan Kumar Vankaramoni
il 15 Dic 2021
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 Commenti
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!