Mu Analysis and Synthesis Toolbox    
mprintf

Format output of matrix to screen

Syntax

Description
mprintf displays a matrix in formatted form. The optional 'format' specifies the format exactly as in the MATLAB function sprintf. If no 'format' is specified the default is '%.1e'. This routine is primarily for use in seesys and does not work well for f format when the minimum field width is too small. There is no input checking, so you can wreak havoc if you use mprintf incorrectly. See sprintf for more details. The optional 'end of line characters' is exactly what it says. The default is the newline C escape sequence (\n). To get no newline at the end of each line use mprintf(matin,'format',[]).

Examples
The mprintf command displays any type of matrix. An example of its use for SYSTEM and VARYING matrices follows:

See Also
fprintf, rifd, see, seesys, sprintf



mmult msf, msfbatch