External Interfaces Reference Previous page   Next Page
mexPrintf

Print character array

Fortran Syntax

Arguments

message
   Character array containing message to be displayed.

Returns

The number of characters printed. This includes characters specified with backslash codes, such as \n and \b.

Description

mexPrintf prints a character array on the screen and in the diary (if the diary is in use). It provides a callback to the standard C printf routine already linked inside MATLAB.

See Also

mexErrMsgTxt


Previous page  mexMakeMemoryPersistent mexPutArray (Obsolete) Next page

© 1994-2005 The MathWorks, Inc.