Mu Analysis and Synthesis Toolbox | ![]() ![]() |
Freeze plot axes by clicking mouse twice in plot window
Syntax
Description
vzoom uses the MATLAB functions ginput
and axis
to freeze the axes by clicking the mouse twice in the plot window that defines minimum and maximum values for x and y. The clicking may be done in any order.
The axis
argument specifies the type of graph, and can select between the various logarithmic or linear graph types, just as in vplot
. Unlike vplot
, the axis
argument is not optional. The axis specification choices are:
Note that the axis specification is the same as for vplot
, with the addition of the last four possibilities. The function is not defined for 'bode'
.
Examples
The command vzoom
('liv,m
') would be equivalent to
tf = frsp(nd2sys([ 1 .1],[.1 1]),logspace(-2,2,100)); vplot('nic',tf); vzoom('nic'); vplot('nic',tf); axis;
See Also
axis
, ginput
, vplot
![]() | vsvd, vrho, vschur | wsgui | ![]() |