Error using - Matrix dimensions must agree.
Ältere Kommentare anzeigen
z=(z - MIN)./(MAX - MIN);
When I run this code, there will always error
Error using -
Matrix dimensions must agree.
1 Kommentar
KSSV
am 9 Dez. 2021
Check the dimensions of each variable...they should be compatible for substraction and element by division.
Antworten (1)
Shravan Kumar Vankaramoni
am 15 Dez. 2021
0 Stimmen
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.
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!