Matlab array of struct : Fast assignment - Stack Overflow
The difference is that in Matlab, an array of structs ("struct-organized") is grossly inefficient because each struct stores each of its fields in a separate array, so you can't do vectorized operations on them. A struct of arrays ("planar-organized") lik...