help-octave
[Top][All Lists]
Advanced

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

Re: to velocize my code


From: Nicholas Jankowski
Subject: Re: to velocize my code
Date: Mon, 29 Jul 2019 18:17:57 -0400

On Mon, Jul 29, 2019, 5:28 PM gigiolone123 <address@hidden> wrote:
hi,

ff=[1   1   4   5   5   6   7   8   8   8   8]

I want to count the same numbers :

ans=[ 2 1 2 1 1 4]


it's possible to velocize it ?


https://www.mathworks.com/matlabcentral/answers/96504-how-can-i-count-the-occurrences-of-each-element-in-a-vector-in-matlab

reply via email to

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