printf

Syntax: printf( formatString, arg0, arg1, arg2, ... )

Description: Convert values to string and print them. The values can be numbers, vectors, matrices.

Group: char

Note: .

Example:
printf('Number=%f',10)

Also see:

Implemented in: LambdaPRINTF.java