User`s guide

Table Of Contents
Time and Frequency Response
5-19
Another example is
subplot(221)
bode(h)
subplot(222)
step(h)
subplot(223)
pzmap(h)
subplot(224)
plot(rand(1, 100)) % any data can go here
title('Some noise')
Note: Each of the plots generated by response analysis functions in these
figures (here,
bode, step,andpzmap) has its own right-click menu (similar to
those in the LTI viewer. Formore information, see “The Right-Click Menus” on
page 6-18.