Data scaling
by Ani
11 Jul 2007
(Updated 12 Jul 2007)
No BSD License
Program to scale the values of a matrix from a user specified minimum to a user specified maximum
Download Now
|
Watch this File
|
| File Information |
| Description |
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 |
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (1) |
| 11 Apr 2008 |
Anna B
|
|
|
|
Contact us at files@mathworks.com