- Timestamp:
- Apr 24, 2012, 8:00:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fileparts_uvmat.m
r384 r390 134 134 135 135 %% suppress '_' at the end of RootFile, put it on NomType 136 if strcmp(RootFile(end),'_') 137 RootFile(end)=[]; 136 % if strcmp(RootFile(end),'_') 137 % RootFile(end)=[]; 138 detect=regexp(RootFile,'_$'); %detect '_' at the end of RootFILE 139 if ~isempty(detect) 140 RootFile=regexprep(RootFile,'_$',''); 138 141 NomType=['_' NomType]; 139 142 end
Note: See TracChangeset
for help on using the changeset viewer.