compare 1D array with rows of 2D matrix
Show older comments
how to compare entries of 1D array with rows of 2D matrix. entries of 1D array are the row number of 2D matrix. after comparing we write the corresponding column value of that row and if the row number gets repeat in 1D array then we move to next column value of same row and it goes on.I need help with code
Answers (2)
KSSV
on 25 Sep 2018
0 votes
Read about ismember
3 Comments
Muhammad Sohail Abid
on 25 Sep 2018
KSSV
on 25 Sep 2018
logical indexing is powerful and very fast...o get the position/ index use find.
Muhammad Sohail Abid
on 28 Sep 2018
write similarities and dissimilarities between 1d and 2d array in matlab.
Categories
Find more on Resizing and Reshaping Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!