Changeset 1179 for trunk/src/check_files.m
- Timestamp:
- Mar 23, 2025, 11:13:38 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/check_files.m
r1127 r1179 28 28 %======================================================================= 29 29 30 function [checkmsg,date_str,svn_info ]=check_files30 function [checkmsg,date_str,svn_info,list_fct]=check_files 31 31 checkmsg={};%default 32 32 svn_info.rep_rev=[]; … … 35 35 list_fct={... 36 36 'activate';...% emulate the mouse selection of a GUI element, for demo 37 'angle2normal';...%rotation vector PlaneAngle (in degree) 37 38 'browse_data';...% function for scanning directories in a project/campaign 38 39 'browse_data.fig';...% GUI corresponding to dataview … … 41 42 'cell2tab';... %transform a Matlab cell in a character array suitable for display in a table 42 43 'check_files';... 44 'civ';... % key function for image correlations (called by series/cvi_series.m) 45 'cluster_command';...% creates the command string for launching jobs in the cluster system 'oar'. 46 'command_launch_matlab';% creates the command strings for opening a new Matlab session 47 'command_load_python';% creates the command strings for loading Python 43 48 'compile';...% compile a Matlab function, create a binary in a subdirectory /bin 44 49 'copyfields';...% copy fields between two matlab structures
Note: See TracChangeset
for help on using the changeset viewer.