| MATLAB® | ![]() |
#include "mex.h" mxArray *mexEvalStringWithTrap(const char *command);
mwPointer mexEvalStringWithTrap(command) character*(*) command
A string containing the MATLAB command to execute
an object ME of class MException
The mexEvalStringWithTrap function performs the same function as mexEvalString. However, if MATLAB detects an error when executing command, MATLAB returns control to the line in the MEX-file immediately following the call to mexEvalStringWithTrap.
mexEvalString, MException, mexCallMATLAB
![]() | mexEvalString (C and Fortran) | mexFunction (C and Fortran) | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |