Chris van der Togt
自 2011 起处于活动状态
Followers: 0 Following: 0
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 years 前 | 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 years 前 | 1 个回答 | 0
