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

3 次查看(过去 30 天)
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by