Changeset 713 for trunk/src/sub_field.m


Ignore:
Timestamp:
Feb 20, 2014, 3:49:21 PM (10 years ago)
Author:
sommeria
Message:

improving figure extracting and keyboard callback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sub_field.m

    r674 r713  
    183183
    184184function OutputCell=regexprep_r(InputCell,search_string,new_string)
     185if ischar(InputCell); InputCell={InputCell}; end
    185186OutputCell=InputCell;%default
    186187for icell=1:numel(InputCell)
Note: See TracChangeset for help on using the changeset viewer.