3 lines
166 B
C
3 lines
166 B
C
const char *model_to_matlab_structure(mxArray *plhs[], struct model *model_);
|
|
const char *matlab_matrix_to_model(struct model *model_, const mxArray *matlab_struct);
|