Home > fmri > fsl > create_ev_info.m

create_ev_info

PURPOSE ^

ev_info = create_ev_info;

SYNOPSIS ^

function ev_info = create_ev_info

DESCRIPTION ^

 ev_info = create_ev_info;

 Creates a basic explanatory variable(s) (EV) information structure

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function ev_info = create_ev_info
0002 % ev_info = create_ev_info;
0003 %
0004 % Creates a basic explanatory variable(s) (EV) information structure
0005 
0006 % 03/20/06 Petr Janata
0007 
0008 ev_info.set_type = '';  % category name for this set of EVs
0009 ev_info.ev_names = {''};
0010 ev_info.nev = 0;
0011 ev_info.fnames = {''};

Generated on Wed 20-Sep-2023 04:00:50 by m2html © 2003