Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How can I keep two indices preserved in MATLAB ?

1 Ansicht (letzte 30 Tage)
Gayan Lankeshwara
Gayan Lankeshwara am 13 Nov. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi All,
This is a snapshot of the table that I am working on.
I need the indices of the [row] and [column] BOTH columns of the table to be preserved when I move on to the next iteration.
Simply, for B = 0.0891 I should be able to tell that row = 1 and column = 2, once after I move on to the next iteration, but the position of that element in the next iteration migh not be at the first place as in this case.
I hope you got my question.
Thank you.
This is the table that I am discussing about.....
Probelm_mATLAB_questions.JPG
  7 Kommentare
Walter Roberson
Walter Roberson am 13 Nov. 2019
ismember the moved data against the original data and take the second output to get the linear index in the original data.
Gayan Lankeshwara
Gayan Lankeshwara am 13 Nov. 2019
Okay I will try.
Anyway thanks for the support.

Antworten (0)

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by