help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: matrix threshold calculation


From: Francesco Potorti`
Subject: Re: matrix threshold calculation
Date: Mon, 27 Apr 2009 15:09:18 +0200

>I want to calculate the threshold value of a matrix. What i want is to
>find a value that is over the 95% percentages of the matrix values. Any
>idea how can i calculate this value via octave? 

A = rand (10, 10);
t = quantile (A(:), 0.95)

-- 
Francesco Potortì (ricercatore)        Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR          Fax:   +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa         Email: address@hidden
(entrance 20, 1st floor, room C71)     Web:   http://fly.isti.cnr.it/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]