rescale(X)
バージョン 1.0.0.0 (649 Bytes) 作成者:
Mario CASTRO GAMA
Rescales values of X having each column values between [0, 1]
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 (2025). rescale(X) (https://www.mathworks.com/matlabcentral/fileexchange/53652-rescale-x), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2015a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxタグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0.0 |