Determining which values are found in all columns of an array
이전 댓글 표시
Hello,
I have data in an array (1x35) each col have multiple rows of varying number. I would like to go through each of the 35 cols in the array and see which values occur throughout all or at least 30. Any idea how I would do this?
Thanks!
댓글 수: 2
Jos (10584)
2014년 2월 25일
This means you have a cell array of size 1-by-35, where each cell holds a column vector (1 column) with a varying number of elements?
mashtine
2014년 2월 25일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!