How to rescale table columns

6 visualizzazioni (ultimi 30 giorni)
Anel Ruiz
Anel Ruiz il 17 Giu 2020
Risposto: Akira Agata il 17 Giu 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.

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Tables in Help Center e File Exchange

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by