Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How can I keep two indices preserved in MATLAB ?

1 visualizzazione (ultimi 30 giorni)
Gayan Lankeshwara
Gayan Lankeshwara il 13 Nov 2019
Chiuso: MATLAB Answer Bot il 20 Ago 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 Commenti
Walter Roberson
Walter Roberson il 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 il 13 Nov 2019
Okay I will try.
Anyway thanks for the support.

Risposte (0)

Prodotti


Release

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by