Feeds
已回答
How can I count the number of times a number appear in a vector?
sir for example i have an matrix of 3x3 0 0 0 1 0 1 1 1 1 i should get the maximum occurrence of each row (i.e) 0 ...
How can I count the number of times a number appear in a vector?
sir for example i have an matrix of 3x3 0 0 0 1 0 1 1 1 1 i should get the maximum occurrence of each row (i.e) 0 ...
6 years 前 | 0
提问
index exceeds the matrix
for i=1:length(D) if (h_(i,T)~=D(i)) eps(T)=eps(T)+D(i,:); end end
6 years 前 | 0 个回答 | 0

