


simtb_figure_pickedSM() - Draws and fills SM contours for selected sources
USAGE:
>> [CH, CMAP] = simtb_figure_pickedSM(SM_ind, H, nV, contour_level, sP, sub);
INPUTS:
SM_ind = indexes of sources in SM [OPTIONAL, default = []]
H = figure handle [OPTIONAL, default = gca]
nV = number of voxels in SM [OPTIONAL, default = 256]
contour_level = which contour to draw, smaller is lower and wider [OPTIONAL, default = 0.5]
sP = parameter structure used in the simulations [OPTIONAL, default = []]
sub = index number for current running subject [OPTIONAL, default = []]
OUTPUTS:
CH = children figure handles
CMAP = colormap
see also: simtb_main(), simtb_figure_model()