Changeset 589 for trunk/src/check_files.m
- Timestamp:
- Mar 16, 2013, 3:46:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/check_files.m
r588 r589 32 32 svn_info.status=[]; 33 33 list_fct={... 34 'xmltree';...%function for editing xml files (toolbox outside uvmat)35 34 'browse_data';...% function for scanning directories in a project/campaign 36 35 'browse_data.fig';...% GUI corresponding to dataview … … 85 84 'read_civdata';... reads new civ data from netcdf files 86 85 'read_field';...% read the fields from files in different formats (netcdf files, images, video) 87 % 'read_get_field';... read the list of selected variables from the GUI get_field (TODO: use read_GUI)88 86 'read_GUI';... %read a GUI and provide the data as a Matlab structure 89 87 'read_image';...%read images or video objects … … 133 131 %% loop on the list of functions in the uvmat package 134 132 icount=0; 133 if ~exist('@xmltree','dir') 134 icount=icount+1; 135 checkmsg{icount}='ERROR installation: toolbox xmltree missing'; 136 end 135 137 datnum=zeros(1,length(list_fct)); 136 138 for i=1:length(list_fct)
Note: See TracChangeset
for help on using the changeset viewer.