black — Black's diagram (Nichols chart)
black( sl,[fmin,fmax] [,step] [,comments] ) black( sl,frq [,comments] ) black(frq,db,phi [,comments]) black(frq,repf [,comments])
list ( linear system syslin)
real scalars (frequency bounds)
row vector or matrix (frequencies)
row vectors or matrices (modulus, phase)
row vectors or matrices (complex frequency response)
real
string
Black's diagram (Nichols'chart) for a linear system
    sl. sl can be a continuous-time or
    discrete-time SIMO system (see syslin). In case of
    multi-output the outputs are plotted with different symbols.
The frequencies are given by the bounds
    fmin,fmax (in Hz) or by a row-vector
    (or a matrix for multi-output) frq.
step is the ( logarithmic ) discretization step.
    (see calfrq for the choice of default value).
comments is a vector of character strings
    (captions).
db,phi are the matrices of modulus (in Db) and
    phases (in degrees). (One row for each response).
repf matrix of complex numbers. One row for each
    response.
To plot the grid of iso-gain and iso-phase of
    y/(1+y) use chart().
Default values for fmin and
    fmax are 1.d-3,
    1.d+3 if sl is continuous-time or
    1.d-3, 0.5/sl.dt (nyquist frequency)
    if sl is discrete-time.