How to normalize only one column of a matrix
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jórdan Venâncio Leite
am 27 Okt. 2021
Bearbeitet: Stephen23
am 27 Okt. 2021
Hi,
I need to normalize only one column (column 2 of my array X) of an array with 4 columns by rescaling the range of the data to the interval [0,1]. How to do this? I tried using the function below, but I wasn't successful.
Norm=normalize(X,2,'range');
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!