converts, formats, and writes data to the main scilab window
mprintf(format,a1,...,an);
:
The mprintf function is a interface for C-coded version of printf function.
The mprintf function writes formatted operands to the standard Scilab output (i.e the Scilab window). The argument operands are formatted under control of the format operand.
`mprintf`_('At iteration %i, Result is:\nalpha=%f',33,0.535)