S = toStruct(objTrack)
converts an array of objectTrack
objects, objTrack, to an array of structures whose fields are
equivalent to the properties of objTrack.
S — Structures converted from objectTrack array of structure
Structures converted from objectTrack, returned as an array of structures. The dimension of the
returned structure is same with the dimension of the objTrack
input. The fields of each structure are equivalent to the properties of
objectTrack.
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.