Changeset 581 for trunk/src/check_files.m
- Timestamp:
- Mar 12, 2013, 12:52:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/check_files.m
r570 r581 32 32 svn_info.status=[]; 33 33 list_fct={... 34 'xmltree';...%function for editing xml files (toolbox outside uvmat) 34 35 'browse_data';...% function for scanning directories in a project/campaign 35 36 'browse_data.fig';...% GUI corresponding to dataview … … 101 102 'set_object.m';...% edit a projection object 102 103 'set_object.fig';...% interface for set_object 104 'set_subdomains';...% sort a set of points defined by scattered coordinates in subdomains, as needed for tps interpolation 103 105 'stra2num';...% transform letters (a, b, A, B,) or numerical strings ('1','2'..) to the corresponding numbers 104 106 'sub_field';...% combine the two input fields, … … 106 108 'struct2xml';... transform a matlab structure to a xml tree. 107 109 'tps_coeff';...% calculate the thin plate spline (tps) coefficients 110 'tps_coeff_field';...% calculate the thin plate spline (tps) coefficients with subdomains for a field structure 108 111 'tps_eval';... %calculate the thin plate spline (tps) interpolation at a set of points 109 112 'tps_eval_dxy';...% calculate the derivatives of thin plate spline (tps) interpolation at a set of points (limited to the 2D case)
Note: See TracChangeset
for help on using the changeset viewer.