MATLAB C Math Library
  Go to function:
    Search    Help Desk 
mlfPrintf    See Also

Format output similar to printf

C Prototype

Arguments

const char *fmt
  String to print. String may include printf-style format characters that specify the format for subsequent strings.

Description

Uses the installed print handler to display the output.

See Also

mlfPrintMatrix, mlfSetPrintHandler



[ Previous | Help Desk | Next ]