Error using - Matrix dimensions must agree.
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
z=(z - MIN)./(MAX - MIN);
When I run this code, there will always error
Error using -
Matrix dimensions must agree.
1 commentaire
KSSV
le 9 Déc 2021
Check the dimensions of each variable...they should be compatible for substraction and element by division.
Réponses (1)
Shravan Kumar Vankaramoni
le 15 Déc 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 commentaires
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!