Content Feed
답변 있음
Returning and passing void pointers to mex functions
Thanks to all for feedback. In the end we went with static uintptr_t *pPersistent; /* To store API address back and fo...
Returning and passing void pointers to mex functions
Thanks to all for feedback. In the end we went with static uintptr_t *pPersistent; /* To store API address back and fo...
6년 초과 전 | 0
질문
Returning and passing void pointers to mex functions
I have several C functions. A "create" function creates a large C structure and passes back a void * pointer to it. The other ...
10년 초과 전 | 답변 수: 4 | 0
4
답변질문
How to handle version mismatch in shared libraries
I am trying to build a mex file that links with a shared external library that itself links to a shared netcdf library. However,...
10년 초과 전 | 답변 수: 0 | 0