Home > functions > gui > preAnalysis > leadfield > advanced_parm > pa_create_leadfield_parm_gui.m

pa_create_leadfield_parm_gui

PURPOSE ^

This function creates the gui of 'Leadfield parameter setting application'

SYNOPSIS ^

function H = pa_create_leadfield_parm_gui(H)

DESCRIPTION ^

  This function creates the gui of 'Leadfield parameter setting application'

  [IN]  H : figure and component handles are set to this structure.

  [OUT] H : H.fig.Leadfield_parm     --- figure handle
            H.Leadfield_parm         --- gui components


 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 H = pa_create_leadfield_parm_gui(H)
0002 %  This function creates the gui of 'Leadfield parameter setting application'
0003 %
0004 %  [IN]  H : figure and component handles are set to this structure.
0005 %
0006 %  [OUT] H : H.fig.Leadfield_parm     --- figure handle
0007 %            H.Leadfield_parm         --- gui components
0008 %
0009 %
0010 % Copyright (C) 2011, ATR All Rights Reserved.
0011 % License : New BSD License(see VBMEG_LICENSE.txt)
0012 
0013 fig = openfig('pa_leadfield_parm.fig');
0014 
0015 H.fig.Leadfield_parm = fig;
0016 H.Leadfield_parm = guihandles(fig);

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