> There was a typo, sorry:
> [cc, pp] = max (counting, [], 2);
Hi, Ifinally understand this. Anyway I need the indexes (I suppose pp) in this way:
(indexes')-1
is there a way to do all in:
[cc, pp] = max (counting, [], 2);
Actaully I need only the indexes (pp) not the values..
thansk,