MATLAB Application Program Interface Reference | Help Desk |
mexPrintf
Print acharacter
array
subroutine mexPrintf(format, arg1, arg2, ) character*(*) formatformat
Format character
array for output.
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.
mexErrMsgTxt