CSIM: csim.cpp File Reference
csim.cpp File Reference
Detailed Description
This is the "main" file. It contains the MEX-Interface.
#include "csimmex.h"
#include "csimerror.h"
#include "string.h"
#include "version.i"
Functions
-
int csimMexVersion (int nlhs, mxArray *plhs[], int nrhs, const mxArray *[])
- Output a version string.
- void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
Function Documentation
void mexFunction |
( |
int |
nlhs, |
|
|
mxArray * |
plhs[], |
|
|
int |
nrhs, |
|
|
const mxArray * |
prhs[] |
|
) |
|
|
|
The mexFunction is the gateway to and from Matlab. |
|