Function: blockfigure
BLOCKFIGURE Block figure object
  Usage: p=blockfigure();
         p=blockfigure('cm',cmaps);

  Output parameters:
        p     : JAVA object of the class net.sourceforge.ltfat.SpectFrame

  p=BLOCKFIGURE() initializes a JAVA object for the BLOCKPLOT
  routine. 

  Optional key-value pairs:

     'cm',cmaps   : Custom colormap (a L x3 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. 

Url: http://ltfat.github.io/doc/blockproc/blockfigure.html

Package: ltfat