Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How can I keep two indices preserved in MATLAB ?

1 visualización (últimos 30 días)
Gayan Lankeshwara
Gayan Lankeshwara el 13 de Nov. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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 comentarios
Walter Roberson
Walter Roberson el 13 de Nov. de 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 el 13 de Nov. de 2019
Okay I will try.
Anyway thanks for the support.

Respuestas (0)

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by