Home > functions > job > job_plot_meg_dir > job_plot_meg_show_loaded_file.m

job_plot_meg_show_loaded_file

PURPOSE ^

Show loaded file

SYNOPSIS ^

function job_plot_meg_show_loaded_file(inst_id)

DESCRIPTION ^

 Show loaded file

 --- Syntax
 function job_plot_meg_show_loaded_file(inst_id)

 --- History
 2008-09-02 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_meg_show_loaded_file(inst_id)
0002 % Show loaded file
0003 %
0004 % --- Syntax
0005 % function job_plot_meg_show_loaded_file(inst_id)
0006 %
0007 % --- History
0008 % 2008-09-02 Taku Yoshioka
0009 %
0010 % Copyright (C) 2011, ATR All Rights Reserved.
0011 % License : New BSD License(see VBMEG_LICENSE.txt)
0012 
0013 global vbmeg_inst; 
0014 
0015 str = sprintf('MEG file: %s', vbmeg_inst.plotmeg{inst_id}.megfile);
0016 h = msgbox(str,'Loaded files');
0017 
0018 %h = get(h,'Children');
0019 %hh = get(h(1),'Children');
0020 %set(hh(1),'FontName','Helvetica');
0021 %set(hh(1),'FontSize',13.5);

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