Data scaling

Program to scale the values of a matrix from a user specified minimum to a user specified maximum

Ahora está siguiendo esta publicación

Program to scale the values of a matrix from a user specified minimum to a user specified maximum

Usage:
outputData = scaleData(inputData,minVal,maxVal);

Example:
a = [1 2 3 4 5];
a_out = scaledata(a,0,1);

Output obtained:
0 0.1111 0.2222 0.3333 0.4444
0.5556 0.6667 0.7778 0.8889 1.0000

Citar como

Ani (2026). Data scaling (https://la.mathworks.com/matlabcentral/fileexchange/15561-data-scaling), MATLAB Central File Exchange. Recuperado .

Categorías

Más información sobre Matrices and Arrays en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0