how to determine index number and equate to x and y?

3 ビュー (過去 30 日間)
Adleen Alwi
Adleen Alwi 2019 年 9 月 28 日
回答済み: Ajay Kumar 2019 年 9 月 28 日
A=[4 2 0
3 -5 3
17 3 5]
how to determine the index value of "10"s in the matrix and equate it to x and y?
  1 件のコメント
madhan ravi
madhan ravi 2019 年 9 月 28 日
What would be the desired result of the given matrix?

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

回答 (1 件)

Ajay Kumar
Ajay Kumar 2019 年 9 月 28 日
index_10s = find(A==10);

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by