Main Content
toStruct
Convert a stereo parameters object into a struct
Description
returns a struct containing the stereo parameters in the paramStruct
= toStruct(stereoParams
)stereoParams
input object. You can use the struct to create an identical stereoParameters
object. Use the struct for C code generation. You can call
toStruct
, and then pass the resulting structure into the
generated code, which recreates the stereoParameters
object.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015a