Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Mapminmax with specific min/max

1 回表示 (過去 30 日間)
MaHa
MaHa 2020 年 11 月 13 日
閉鎖済み: MaHa 2020 年 11 月 16 日
Hi,
I would like to apply mapminmax but also to force the max value to be something (The 99th percentile rather than the real max value) because I have some extreme value but they are not wrong outliers.
Right now I am doing :
[input1,PS1] = mapminmax(A',0,1);
But, it will take the min and max from A, while I would like the function to use the min and 99th percentile from A, which I get from :
A99 = prctile(A,99);
I am not sure if I can apply mapminmax with the data above 99th removed, then apply the "reverse" of the function on the full dataset (with the last %, that will be returned above 1).
  1 件のコメント
MaHa
MaHa 2020 年 11 月 16 日
Well if someone in the future meets the same problem, I answered myself

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by