Plot two series against each other
plots values of the simulation series fh = plotxy(x,y)y along the
y-axis, with values of the simulation series
x along the x-axis.
fh is a cell array of handles to the resulting figures.
x and yare
simscape.logging.Series objects or homogeneous cell arrays of such
objects. All series must have the same time vectors. If x and
y are cell arrays, they must be of the same size, or one of them can
be a scalar.