rescale(X)

Rescales values of X having each column values between [0, 1]
ダウンロード: 304
更新 2015/10/23

ライセンスの表示

Input arguments:
X : matrix of size [nsamples, ncols] containing values to rescale
Output arguments:
Y : result matrix

Example:
X = rand(100,4);
Y = rescale(X);
disp(min(Y));
disp(max(Y));

引用

Mario CASTRO GAMA (2024). rescale(X) (https://www.mathworks.com/matlabcentral/fileexchange/53652-rescale-x), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2015a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersImages についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0