Home > functions > job > job_plot_currentmap_dir > job_plot_cmap_holdon.m

job_plot_cmap_holdon

PURPOSE ^

SYNOPSIS ^

function job_plot_cmap_holdon(inst_id)

DESCRIPTION ^

 Update timecourse


 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function job_plot_cmap_holdon(inst_id)
0002 %
0003 % Update timecourse
0004 %
0005 %
0006 % Copyright (C) 2011, ATR All Rights Reserved.
0007 % License : New BSD License(see VBMEG_LICENSE.txt)
0008 
0009 global vbmeg_inst; 
0010 
0011 cb4 = vbmeg_inst.plotcmap{inst_id}.cb4;
0012 if get(cb4,'Value')==get(cb4,'Min'), 
0013   vbmeg_inst.plotcmap{inst_id}.J_hold = [];
0014 end
0015

Generated on Tue 27-Aug-2013 11:46:04 by m2html © 2005