Home > functions > job > job_plot_currentmap_dir > job_plot_cmap_change_rb2.m

job_plot_cmap_change_rb2

PURPOSE ^

Change coordinate to MNI

SYNOPSIS ^

function job_plot_cmap_change_rb2(inst_id)

DESCRIPTION ^

 Change coordinate to MNI
 
 --- History
 2008-10-03 Taku Yoshioka

 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_change_rb2(inst_id)
0002 % Change coordinate to MNI
0003 %
0004 % --- History
0005 % 2008-10-03 Taku Yoshioka
0006 %
0007 % Copyright (C) 2011, ATR All Rights Reserved.
0008 % License : New BSD License(see VBMEG_LICENSE.txt)
0009 
0010 global vbmeg_inst; 
0011 
0012 % Global variables
0013 rb1 = vbmeg_inst.plotcmap{inst_id}.rb1;
0014 rb2 = vbmeg_inst.plotcmap{inst_id}.rb2;
0015 h_fig = vbmeg_inst.plotcmap{inst_id}.h_fig;
0016 
0017 set(h_fig,'Pointer','watch');
0018 set(rb1,'Value',get(rb1,'Min'));
0019 drawnow;
0020 
0021 % Update figure
0022 job_plot_cmap_update_talcoord(inst_id);
0023 
0024 set(h_fig,'Pointer','arrow');

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