Feeds
질문
Initialization problem when calling Matlab from C
I have a dummyCore.c file produced by the the Matlab command "mcc -l dummyCore.m". The complete dummyCore.c is in the attachment...
대략 10년 전 | 답변 수: 0 | 0
0
답변질문
Runtime error: undefined symbol: mxCreateDoubleMatrix_730_proxy
I have a C code that calls mxCreateDoubleMatrix: #include "mex.h" ... mxArray *mx = mxCreateDoubleMatrix(n1, n2, mxREAL...
대략 10년 전 | 답변 수: 0 | 1