rescale(X)
Version 1.0.0.0 (649 octets) par
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));
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 LinuxCatégories
En savoir plus sur Images dans Help Center et MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0.0 |
