필터 지우기
필터 지우기

Number of times an element appears

조회 수: 1 (최근 30일)
Lorenne
Lorenne 2018년 5월 11일
다시 열림: Guillaume 2018년 5월 11일
If i have a vector prize = [3;5;1;2;1] and the year =[2007;2018;2011;2011;2018] How do I find the number of times each year appears in 'year'? Without using accumarray function

답변 (1개)

Guillaume
Guillaume 2018년 5월 11일
I don't see what prize has to do with your question. The number of times each of something appears in a set is called the histogram, which you can obtain easily with histcounts or the deprecated histc.
If you are banned from using any of these functions because this is homework, then you'll have to use a for loop. It's really not complicated to figure out what needs to go in the loop.

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by