I want to ask if there is an easy way to convert a C / C ++ structure to a MATLAB structure (mxArray *)
I have a mex file that returns a complex C / C ++ vector structure and I want to get this as output (mxArray *)
I found the mxCreateStructArray method, but it is not practical in complex structures
I am using MATLAB 7.11.0
source
share