rescale(X)

Rescales values of X having each column values between [0, 1]
306 téléchargements
Mise à jour 23 oct. 2015

Afficher la licence

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));

Citation pour cette source

Mario CASTRO GAMA (2025). rescale(X) (https://fr.mathworks.com/matlabcentral/fileexchange/53652-rescale-x), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2015a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Images dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0