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 ...
거의 7년 전 | 0
질문
index exceeds the matrix
for i=1:length(D) if (h_(i,T)~=D(i)) eps(T)=eps(T)+D(i,:); end end
거의 7년 전 | 답변 수: 0 | 0

