mxAssertS (C)
Check assertion value without printing assertion text
C Syntax
#include "matrix.h" void mxAssertS(int expr, char *error_message);
Arguments
- expr
- Value of assertion 
- error_message
- Description of why assertion failed 
Description
mxAssertS is like mxAssert, except
                mxAssertS does not print the text of the failed
            assertion.
See Also
Version History
Introduced before R2006a