ev_info = create_ev_info; Creates a basic explanatory variable(s) (EV) information structure
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 = {''};