Contents     Functions         Previous Next     PDF Index

iiplot

Purpose

Refresh all the drawing axes of the iiplot interface.

Syntax

iiplot

Description

iiplot is used to scan through multiple sets of 1D (function of time or frequency) and 2D responses (functions of two variables) as discussed in Type. Section 2.1 gives an introduction to the use of iiplot and the companion function iicom.

ci : handle

ci=iiplot returns a SDT handle to the current iiplot figure (2nd optional output argument is XF, a pointer to the curve stack, see  section 2.1.2). You can create more than one iiplot figure with ci=iiplot(FigHandle).

PlotInfo

Curves to be display can contain a C1.PlotInfo cell array where the first column gives the type as detailed below and the second the associated data.

The ii_plp('PlotInfo',C1) command provides default values for classical configurations.

Type

DimPos and channel

When displaying multi-dimensional curves as 2D plots f(x), the abscissa x is taken to be the first dimension declared in the C1.DimPos field (with a default at 1).

When displaying as 3D (f(x,y)) plots, the x,y are taken to be the first two dimensions declared in the C1.DimPos field (with a default at 1,2). You can then flip the positions in the plot axis by setting ci.ua.XDimPos=[2 1].

Channels are indices for remaining dimensions.

The y (z for 3D) axis label is built using the C1.DimPos(2) dimension unless the curve contains a LDimPos entry.

TypeIDcom

Specialized plots for idcom are

See also

iicom, iiplot, setlines, xfopt


©1991-2014 by SDTools
Previous Up Next