How do I get a value in a table with a known index?

2 ビュー (過去 30 日間)
Igor Fragoso
Igor Fragoso 2022 年 8 月 22 日
編集済み: Voss 2022 年 8 月 22 日
Dear Sirs,
I have a text file, with three columns. I know that de 47th value (index 47) in the first column is 5.12, but I don't know how to get the value in the same index, but at third column.
Maybe it's a simple question but I apreciate any help.
Regards,
Igor

採用された回答

Voss
Voss 2022 年 8 月 22 日
data = readmatrix('22-08-2022_12-59-07_Results.txt');
data(47,3)
ans = 10.9200
  2 件のコメント
Igor Fragoso
Igor Fragoso 2022 年 8 月 22 日
Thank you very much. It works fine!!!! Best Regards, Igor
Voss
Voss 2022 年 8 月 22 日
編集済み: Voss 2022 年 8 月 22 日
You're welcome!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by