| Mu Analysis and Synthesis Toolbox | ![]() |
Display a SYSTEM or VARYING matrix with sprintf formatting
Syntax
Description
seesys displays a SYSTEM matrix in packed form if matin is a SYSTEM matrix, or the independent variable and the matrix at that variable if matin is a VARYING matrix. The optional string format specifies the format exactly as in the MATLAB function sprintf. seesys is similar to see, but prints a SYSTEM matrix in packed form and gives more control over formatting. The default format is %.1e. An incorrect format string can cause erroneous output displays. See sprintf and mprintf for more details.
Examples
The seesys command displays any type of matrix. An example of its use for SYSTEM and VARYING matrices follows.
seesys(sys) l.0e+00 l.0e+00 | 2.0e+00 2.0e+00 l.0e+00 l.0e+00 | 2.0e+00 2.0e+00 --------------------|--------------------- 3.0e+00 3.0e+00 | 4.0e+00 4.0e+00seesys(sys,'%1.0f') 1 1 | 2 2 1 1 | 2 2 -------|-------- 3 3 | 4 4sysg=frsp(sys, [0.4 0.9]); seesys (sysg) 1 row 2 columns iv = .4 -1. 8e+00 -1. 8e+00 iv = .9 -9.9e-01 -9.9e-01
See Also
getiv, mprintf, rifd, see, sortiv
![]() | see, seeiv | sel, reordsys | ![]() |