Call adjacent element in row

2 vues (au cours des 30 derniers jours)
Tanmoy
Tanmoy le 12 Juin 2015
Commenté : Tanmoy le 12 Juin 2015
For element 12 in 2nd column, I need to know the corresponding element (neighbor/ adjacent) in column 1 (1,2,3 in column 1 is adjacent to 12). I tried INTERSECT which gives me row number where they intersect. From that information, I need to search element in 1st column. Is there any direct way to do this? Thanks.

Réponse acceptée

Walter Roberson
Walter Roberson le 12 Juin 2015
YourData(YourData(:,2)==12,1)
  1 commentaire
Tanmoy
Tanmoy le 12 Juin 2015
thank you so much.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by