Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I keep two indices preserved in MATLAB ?

1 回表示 (過去 30 日間)
Gayan Lankeshwara
Gayan Lankeshwara 2019 年 11 月 13 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件のコメント
Walter Roberson
Walter Roberson 2019 年 11 月 13 日
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 2019 年 11 月 13 日
Okay I will try.
Anyway thanks for the support.

回答 (0 件)

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by