rescale(X)

Rescales values of X having each column values between [0, 1]
304 Downloads
Aktualisiert 23 Okt 2015

Lizenz anzeigen

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2015a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Images finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0