Home > functions > job > job_edit_area_dir > job_edit_area_stack.m

job_edit_area_stack

PURPOSE ^

SYNOPSIS ^

function job_edit_area_stack(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_edit_area_stack(inst_id)
0002 %
0003 % Copyright (C) 2011, ATR All Rights Reserved.
0004 % License : New BSD License(see VBMEG_LICENSE.txt)
0005 
0006 global vbmeg_inst;
0007 
0008 Iextract = vbmeg_inst.editarea{inst_id}.Iextract;
0009 for i=30:-1:2, Iextract{i} = Iextract{i-1}; end; 
0010 vbmeg_inst.editarea{inst_id}.Iextract = Iextract;
0011

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