| Contents | Index |
const char* mclGetLastErrorMessage()
This function returns a function error message (usually in the form of false or -1).
char *args[] = { "-nodisplay" };
if(!mclInitializeApplication(args, 1))
{
fprintf(stderr,
"An error occurred while initializing: \n %s ",
mclGetLastErrorMessage());
return -1;
} <library>Initialize[WithHandlers] | <library>Terminate | mclInitializeApplication | mclTerminateApplication

Learn how to build standalone executables and C/C++ shared libraries from MATLAB code.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |