How to show size of this element ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
How can I print the shape of bbox{1,1}. I want to see that there are 2 rows in bbox{1,1}.
size(bbox{1,1})
Does not work.
2 Kommentare
madhan ravi
am 10 Nov. 2018
Bearbeitet: madhan ravi
am 10 Nov. 2018
is it a structure? upload your data file
Antworten (1)
Image Analyst
am 10 Nov. 2018
What does this hsow
numRows = length(fieldnames(bbox{1,1}))
I'm thinking that fieldnames would be a cell array with the fields '1' and '2' since that's what your screenshot shows as the fields.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Structures 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!