Wolfram ResearchPRODUCTSPURCHASEFOR USERSCOMPANYOUR SITES
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.

Rescale

Usage

Rescale[x, {min, max}] gives x rescaled to run from 0 to 1 over the range min to max.
Rescale[x, {min, max}, { ,  }] gives x rescaled to run from  to  over the range min to max.


Notes

Rescale[list] rescales each element to run from 0 to 1 over the range Min[list] to Max[list].
Rescale[x, {min, max}] is effectively equivalent to (x - min)/(max - min).
• For exact numeric quantities, Rescale internally uses numerical approximations to establish its result. This process can be affected by the setting of the global variable $MaxExtraPrecision.
• See Section 3.2.2.
• See also: Mean, Clip.
• New in Version 5.1.


Any questions about topics on this page? Click here to get an individual response.Buy NowFree TrialMore Information



 © 2008 Wolfram Research, Inc.  Terms of Use  Privacy Policy |
Sign up for our newsletter: