Feeds
提问
I have a C function created using Compiler CDK and it's returning a large array but it's MxArray** type. How do I access all the data retunred to the calling C function?
Here's the C calling function from main(). #include <stdio.h> #include "libMPrime_CA_P.h" #include "matrix.h" int main(void)...
6 years 前 | 1 个回答 | 0