Find with an indexed struc
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
AwedBy Matlab
am 31 Jul. 2014
Kommentiert: AwedBy Matlab
am 1 Aug. 2014
I have a struc M whose size is (88,1)
If for instance I type M(46,1).acc I get ans = 0
I typed find(M(:,1).acc==0) to find the rows where the acc field is zero, but got the error Error using == : Too many input arguments.
Any help? Thanks!!
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!