Changes between Version 7 and Version 8 of adherelinux/mex


Ignore:
Timestamp:
Jul 17, 2010, 9:19:16 PM (14 years ago)
Author:
adherelinux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adherelinux/mex

    v7 v8  
    4343
    4444  /*output to buffer*/[[br]]
    45   plhs[0]=mxCreateDoubleMatrix(mA,nA,mxREAL);
     45  plhs[0]=mxCreateDoubleMatrix(mA,nA,mxREAL);[[br]]
    4646  /*get value*/[[br]]
    4747  A = mxGetPr(prhs[0]);