Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: How to construct normalized matrix by normalizing the entries
Posted:
Dec 2, 2012 1:09 PM
|
|
dpb <none@non.net> wrote in message <k9flnn$tqb$1@speranza.aioe.org>... > On 12/1/2012 10:34 PM, S Ehtesham Al Hanif wrote: > > I have to analysis a base data where I have to develop two matrices, > > namely speed-acceleration frequency matrix and normalized > > speed-acceleration matrix. The speed-acceleration frequency matrix is > > the frequency of occurance of different range of acceleration > > corresponding to a speed values. From this speed-acceleration frequency > > matrix, i have to generate the normalized speed-acceleration matrix by > > normalizing the entries on percentage basis so that the total of all the > > velocity-acceleration entries sum to 100. > > x=100*x/sum(x(:)); > > --Thank you very much for your help!
|
|
|
|