MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mexPrintf    See Also

Print a character array

Fortran Syntax

Arguments

format
  Format character array for output.

arg1, arg2,
  Optional arguments.

Description

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

See Also

mexErrMsgTxt



[ Previous | Help Desk | Next ]