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일

0 개 추천

normalize function can do that task, like:
rescaledTable = normalize(yourTable,'range');

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Tables에 대해 자세히 알아보기

제품

릴리스

R2020a

질문:

2020년 6월 17일

답변:

2020년 6월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by