How to rescale table columns

5 vues (au cours des 30 derniers jours)
Anel Ruiz
Anel Ruiz le 17 Juin 2020
Hi,
How can I rescale the columns of a table. I have a table of n columns, and I want to divide each column by the max of that specific column so that each column gets a value between 0 and 1.

Réponse acceptée

Akira Agata
Akira Agata le 17 Juin 2020
normalize function can do that task, like:
rescaledTable = normalize(yourTable,'range');

Plus de réponses (0)

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by