メインコンテンツ

Scatter2D

Plot design points

Description

Scatter2D(DoeObj,Xindex,Yindex) creates a scatter plot of the design points in design D, where X and Y are the indices or symbols for the input factors to plot on the X and Y axis.

Scatter2D(DoeObj,Xindex,Yindex,plotArguments) creates a scatter plot with additional arguments.

example

Examples

collapse all

Scatter2D( mainDesign, 1, 2 );

Input Arguments

collapse all

Instance of mbcdoe.design class, specified as a mbcdoe.design doe design object.

X value indices, specified as an array.

Y value indices, specified as an array.

Additional plot command arguments, specified as an array. See plot. Scatter2D uses this command:

plot(D.Points(:,v1),D.Points(:,v2),varargin{:})
The default for varargin is '.'.

Version History

Introduced in R2008a