07-20-2005 07:30 AM
07-20-2005 10:00 PM
What is it exactly that you are trying to do? Knowing this will help us determine whether we have (or can make) what you need.
Mike...
07-21-2005 02:37 AM
Percentile is a mathematical function in statistics, which provides information about the shape of the data as well as its location and spread. It calculates a value that is greater than n percent of the value in a distribution (vector). For example, a 50% percentile means the Median. The equivalent function in Matlab is Y = prctile(X,p).
Many Thanks,
Bijan
11-11-2005 06:09 AM