If I have structure array and access it with matrix index, I get multiple anses.
>> a=struct([]) a = 0x0 struct array with no fields. >> a(1).f1
use vertcat
vertcat
vertcat( a(:).f1 )