Feeds
질문
persistent mxArray untill matlab exits wtih Dll
I exported a double* (Status) from a Dll and then I do the following in a mex file; plhs[0] = mxCreateDoubleMatrix(10, ...
거의 15년 전 | 답변 수: 2 | 0
2
답변질문
assertion error for persistent memory object
I have this code in a mex file to interface with a dll. plhs[0] = mxCreateDoubleMatrix(0, 0, mxREAL); S...
거의 15년 전 | 답변 수: 1 | 0
