Changeset 949 for trunk/src/filter_tps.m


Ignore:
Timestamp:
Jun 3, 2016, 9:14:33 PM (8 years ago)
Author:
sommeria
Message:

fix modified in civ series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/filter_tps.m

    r924 r949  
    154154U_smooth=U_smooth./nb_select;% take the average at the intersection of several subdomains
    155155V_smooth=V_smooth./nb_select;
     156U_smooth(FF==20)=U(FF==20);% set to the initial values the eliminated vectors (flagged as false)
     157V_smooth(FF==20)=V(FF==20);
    156158fill=zeros(NbCoord+1,NbCoord,size(SubRange,3)); %matrix of zeros to complement the matrix Data.Civ1_Coord_tps (conveninent for file storage)
    157159Coord_tps=cat(1,Coord_tps,fill);
Note: See TracChangeset for help on using the changeset viewer.