How to use C library created by MATLAB Coder codegen in C program with emxArray arguments?

后端 未结 2 1477
感情败类
感情败类 2020-11-30 15:56

The C function (C static library) created by codegen takes an input argument of type const emxArray_uint32_T and return values of type emxArray_stru

2条回答
  •  旧巷少年郎
    2020-11-30 16:03

    You need to use emxArray_uint32_T and emxArray_struct_T. All of the MATLAB Coder defined datatypes that the code uses (and you need to use) are defined in the YourLibName_types.h header file.

提交回复
热议问题