Are there some good ways to pass large block matlab matrices to DLL functions?
The problem is, we get a compiled DLL file without source code, so creating a mex is not possible, the DLL functions accept pointers as matrices inputs, yet it seems that matlab dont support pointers passing to DLL (if I understand correctly).
Is there some way to work around this, many thanks in advance