This is where navigation should be.

BLOCKFIGURE - Block figure object

Usage

p=blockfigure();
p=blockfigure('cm',cmaps);

Output parameters

p JAVA object of the class net.sourceforge.ltfat.SpectFrame

Description

p=blockfigure() initializes a JAVA object for the blockplot routine.

Optional key-value pairs:

'cm',cmaps : Custom colormap (a \(L \times 3\) matrix) or colormaps
(cell array of matrixes).

The function takes in the additional optional arguments:

'location',location: Window inital position. location
has to be 2 element row vector [x,y] defining distance from the top-left corner of the screen.