Home > simtb_v18 > display > simtb_showSM.m

simtb_showSM

PURPOSE ^

simtb_showSM() - Plot SMs

SYNOPSIS ^

function F = simtb_showSM(SM, CMAP, figname, DIMS, CBAR_flag)

DESCRIPTION ^

   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()

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 29-Mar-2011 15:45:29 by m2html © 2005