How to rescale table columns

조회 수: 6 (최근 30일)
Anel Ruiz
Anel Ruiz 2020년 6월 17일
답변: Akira Agata 2020년 6월 17일
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.

채택된 답변

Akira Agata
Akira Agata 2020년 6월 17일
normalize function can do that task, like:
rescaledTable = normalize(yourTable,'range');

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by