![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/273366/image.png)
Find function in matlab
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
kay Dee
am 24 Feb. 2020
Kommentiert: kay Dee
am 25 Feb. 2020
Hello i am trying to understand how to use this find function in matlab but i don't understand welll how it works , can anybody please explain to me where these answers are coming from ??
a =
11 5 9
15 1 6
17 12 21
>> [raws,coloms]=find(a>10)
raws =
1
2
3
3
3
coloms =
1
1
1
2
3
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Debugging and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!