


simtb_showSM() - Plot SMs
Usage:
>> F = simtb_showSM(SM, CMAP, 'figname', DIMS, CBAR_flag)
INPUTS:
SM = SMs, size = [number of SM x number of voxels]
CMAP = colormap, as a string or [M x 3] matrix (OPTIONAL)
figname = Name of figure (OPTIONAL)
DIMS = subplot dimensions, [nRow, nCol] (OPTIONAL)
CBAR_flag = 0|1, 1 include colorbar (OPTIONAL, default = 1)
OUTPUTS:
F = Figure handle
see also: simtb_showSMContours()