Home > functions > job > job_edit_area_dir > job_edit_area_clear.m

job_edit_area_clear

PURPOSE ^

SYNOPSIS ^

function job_edit_area_clear(inst_id)

DESCRIPTION ^

 Plot brain model


 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_clear(inst_id)
0002 %
0003 % Plot brain model
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 % Global variables
0012 areafile = vbmeg_inst.editarea{inst_id}.areafile; 
0013 Iextract = vbmeg_inst.editarea{inst_id}.Iextract;
0014 
0015 % Clear area
0016 job_edit_area_stack(inst_id); 
0017 Iextract{1} = [];
0018 vbmeg_inst.editarea{inst_id}.Iextract = Iextract;
0019 
0020 % Update screen
0021 job_edit_area_update_spatialpattern(inst_id);

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