MATLAB Application Program Interface Reference Help Desk

mexPrintf

Purpose

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 ]