Changeset 949 for trunk/src/filter_tps.m
- Timestamp:
- Jun 3, 2016, 9:14:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/filter_tps.m
r924 r949 154 154 U_smooth=U_smooth./nb_select;% take the average at the intersection of several subdomains 155 155 V_smooth=V_smooth./nb_select; 156 U_smooth(FF==20)=U(FF==20);% set to the initial values the eliminated vectors (flagged as false) 157 V_smooth(FF==20)=V(FF==20); 156 158 fill=zeros(NbCoord+1,NbCoord,size(SubRange,3)); %matrix of zeros to complement the matrix Data.Civ1_Coord_tps (conveninent for file storage) 157 159 Coord_tps=cat(1,Coord_tps,fill);
Note: See TracChangeset
for help on using the changeset viewer.