Changeset 713 for trunk/src/sub_field.m
- Timestamp:
- Feb 20, 2014, 3:49:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sub_field.m
r674 r713 183 183 184 184 function OutputCell=regexprep_r(InputCell,search_string,new_string) 185 if ischar(InputCell); InputCell={InputCell}; end 185 186 OutputCell=InputCell;%default 186 187 for icell=1:numel(InputCell)
Note: See TracChangeset
for help on using the changeset viewer.