Ignore:
Timestamp:
Apr 27, 2012, 12:28:47 PM (12 years ago)
Author:
sommeria
Message:

implementation of thin plate interpolation (proj on planes with mode 'filter'), rationalisation of variable formats in civ_matlab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_file_series.m

    r398 r399  
    110110    if ~isempty(r)
    111111        sep1=r.sep1;
    112         if strcmp(lower(r.j1),r.j1)
     112        i1_str='(?<i1>\d+)';
     113        if strcmp(lower(r.j1),r.j1)% lower case index
    113114            j1_str='(?<j1>[a-z])';
    114115        else
    115            j1_str='(?<j1>[A-Z])';
     116           j1_str='(?<j1>[A-Z])'; % upper case index
    116117        end
    117118        j1_star='*';
Note: See TracChangeset for help on using the changeset viewer.