News
Graph the cube using the patch() function that forms linked polygons. This plots into the currently selected figure or, if none is available, opens a new figure.
A basic example would be plotting a sine function: --> t = -63:64; --> signal = sin(2*pi*t/32); --> plot(t, signal) This will pop up a new window to contain the results of the plot function (Figure 3) ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results