How to find the index of a specific entry in an array
2 ビュー (過去 30 日間)
古いコメントを表示
Hi All,
Is there any inbuilt matlab function to find the index of a particular entry in an 1D array?
Thanks in advance!
2 件のコメント
Hrishikesh Borate
2020 年 11 月 19 日
Hi,
This question has already been answered here. Could you please share some more details regarding your question?
採用された回答
KALYAN ACHARJYA
2020 年 11 月 19 日
編集済み: KALYAN ACHARJYA
2020 年 11 月 19 日
idx=find(array_data==particular_entry)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!