Changes between Version 6 and Version 7 of adherelinux/mex


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

--

Legend:

Unmodified
Added
Removed
Modified
  • adherelinux/mex

    v6 v7  
    4242    mexErrMsgTxt("The size must identical") ;
    4343
    44   /*output to buffer*/
     44  /*output to buffer*/[[br]]
    4545  plhs[0]=mxCreateDoubleMatrix(mA,nA,mxREAL);
    46   /*get value*/
     46  /*get value*/[[br]]
    4747  A = mxGetPr(prhs[0]);
    4848  B = mxGetPr(prhs[1]);