Determining which values are found in all columns of an array
Ältere Kommentare anzeigen
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 Kommentare
Jos (10584)
am 25 Feb. 2014
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
am 25 Feb. 2014
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!