Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. shetlandbob

    create dll with mex, and output structure

    Try running it more than once, close matlab open again and run without recompiling a number of times, I'll be surprised if it works. Having said that the problem is fixed by using mexMakeMemoryPersistent(array)
  2. shetlandbob

    create dll with mex, and output structure

    Hi folk! Thanks for taking time to read this. I am trying to create a dll in Matlab 6.5.1.199709 (R13) Service Pack 1 I've reduced it down to a smaller example: #include "mex.h" void mexFunction( int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[] ) { char** fnames; char*...

Part and Inventory Search

Back
Top