Mu Analysis and Synthesis Toolbox    
vzoom

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:

'iv,d', 'iv,m','iv,p'
decimal, magnitude, or phase vs. independent variable
'liv,d', 'liv,m','liv,p'
decimal, magnitude, or phase vs.
'iv,lm'
'liv,lm'
log(magnitude) vs. independent variable log(magnitude) vs. log(independent variable)
'ri', 'nyq'
real vs. imaginary (parametrized by independent variable)
'nic'
Nichols chart
'ss'
standard decimal
'll'
log-log
'ls'
semilogx
'sl'
semilogy

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

An example of the use of vzoom is

See Also
axis, ginput, vplot



vsvd, vrho, vschur wsgui