finding a value from a point in a table
古いコメントを表示

I have a mat file with data like this, and I want to pull values that correspond to the blue numbers instead of the red numbers. For example, I am unable to find a value for (10,6).
1 件のコメント
dpb
2022 年 10 月 20 日
Absolutely useless image -- attach some real data as text and show us the actual code used and then explain what it is you're after...if you have an array M, then
M(10,6)
is the value at that location...surely there must be more to the issue than that.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!