MATLAB: How to make an array of structs , each struct have a unique index

array of regionprops struct

I want to find Objects of a Video using regionprops function
the functuon "regionprops" returns a struct with one field that contains all objects for Only ONE image
but, I need a struct for each frame of the video

Best Answer

"How can I make an array of structs , each struct have a unique index?"