How to find the index of a specific entry in an array
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Swati Sarangi
le 19 Nov 2020
Commenté : Swati Sarangi
le 19 Nov 2020
Hi All,
Is there any inbuilt matlab function to find the index of a particular entry in an 1D array?
Thanks in advance!
2 commentaires
Hrishikesh Borate
le 19 Nov 2020
Hi,
This question has already been answered here. Could you please share some more details regarding your question?
Réponse acceptée
KALYAN ACHARJYA
le 19 Nov 2020
Modifié(e) : KALYAN ACHARJYA
le 19 Nov 2020
idx=find(array_data==particular_entry)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Matrix Indexing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!