 |
Extending MATLAB with Numerical Recipes
The void mexFunction(...) line is somewhat equivalent to the int main(...) in ordinary C++ programming. (You don't include a main routine in mex files.) Within your mex code, you are given the integer number of arguments, nrhs, and the expected number of
www.nr.com |
 |