<< scidoe_plotcube Support scidoe_sort >>

Scidoe >> Scidoe > Support > scidoe_plotlhs

scidoe_plotlhs

Plot a LHS design

Calling Sequence

scidoe_plotlhs(H)

Parameters

H :

a n-by-2 or n-by-3 matrix of doubles, the LHS sampling

Description

Plots a 2D or 3D Latin Hypercube Sampling.

Examples

// 2D
H = scidoe_lhsdesign(2,5);
scf();
scidoe_plotlhs(H)
xtitle("LHS design","X1","X2")
// Add labels:
xstring(H(:,1),H(:,2),string(1:5));

// 3D
H = scidoe_lhsdesign(3,5);
scf();
scidoe_plotlhs(H)
xtitle("LHS design","X1","X2")

Authors


Report an issue
<< scidoe_plotcube Support scidoe_sort >>