Changeset 589 for trunk/src/fullfile_uvmat.m
- Timestamp:
- Mar 16, 2013, 3:46:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fullfile_uvmat.m
r372 r589 120 120 % filename=fullfile(RootPath,RootFile); 121 121 % end 122 filename=[filename sep1 i1_str sep2 i2_str sep3 j1_str sep4 j2_str FileExt];123 122 filename=[filename sep1 i1_str sep2 i2_str sep3 j1_str sep4 j2_str]; 123 filename=[regexprep(filename,'_$','') FileExt];%suppress possible '_' at the end of the string and add the extension 124 124 125 125
Note: See TracChangeset
for help on using the changeset viewer.