photo

Manoel Rodrigues Trigueiro


Last seen: mer än 4 år ago Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
finding the frequency of a series of numbers in an array
% Frequency order function % function f = freq(X) a = unique(X); len_X = length(a); for i=1:len_X f(i) = mode(X); i...

mer än 5 år ago | 0