compare 1D array with rows of 2D matrix
Ältere Kommentare anzeigen
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
Antworten (2)
KSSV
am 25 Sep. 2018
0 Stimmen
Read about ismember
3 Kommentare
Muhammad Sohail Abid
am 25 Sep. 2018
KSSV
am 25 Sep. 2018
logical indexing is powerful and very fast...o get the position/ index use find.
Muhammad Sohail Abid
am 28 Sep. 2018
write similarities and dissimilarities between 1d and 2d array in matlab.
Kategorien
Mehr zu Resizing and Reshaping Matrices 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!