フィルターのクリア

how to normalize a dataset where the maximum value or the original dataset needs to be the lowest value of the normalized dataset

2 ビュー (過去 30 日間)
I this dataset which is the original one:
X=80:1:150
Nevertheless, I need to normalize the data or rescale it for the lowerbound to be 0.95 while the upperbound or the original dataset needs to be 0.85. The values in between need to be intermediate values between 0.95-0.85

回答 (1 件)

KSSV
KSSV 2023 年 5 月 25 日
X=80:1:150 ;
R = rescale(X,0.85,0.95) ;

カテゴリ

Help Center および File ExchangeParallel Computing についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by