Home > functions > job > job_plot_currentmap_dir > job_plot_cmap_normalize.m

job_plot_cmap_normalize

PURPOSE ^

SYNOPSIS ^

function job_plot_cmap_normalize(inst_id)

DESCRIPTION ^


 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_normalize(inst_id)
0002 %
0003 %
0004 % Copyright (C) 2011, ATR All Rights Reserved.
0005 % License : New BSD License(see VBMEG_LICENSE.txt)
0006 
0007 global vbmeg_inst; 
0008 
0009 cb4 = vbmeg_inst.plotcmap{inst_id}.cb4;
0010 
0011 % Reset stack for 'hold on' mode
0012 vbmeg_inst.plotcmap{inst_id}.J_hold = [];

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