<< scidoe_compare Support scidoe_sort >>

Scidoe >> Support > scidoe_plotcube

scidoe_plotcube

Plots a d dimensions cube in [-1,1].

Calling Sequence

scidoe_plotcube(d)

Parameters

d :

a 1-by-1 matrix of doubles, the number of dimensions of the cube. The available values are d=2 or d=3.

Description

Plots a d dimensions cube in [-1,1].

Examples

// Plot a 2D cube:
scf();
scidoe_plotcube(2)

// Plot a 3D cube:
scf();
scidoe_plotcube(3)

Authors


<< scidoe_compare Support scidoe_sort >>