Changeset 494 for trunk/src/filter_tps.m


Ignore:
Timestamp:
Jul 19, 2012, 11:50:39 AM (12 years ago)
Author:
sommeria
Message:

various bugs corrected after testing in Windows OS. Introduction
of filter tps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/filter_tps.m

    r476 r494  
    1010% Coord_tps(NbSites,NbCoord,NbSubdomain): positions of the tps centres
    1111% U_tps,V_tps: weight of the tps for each subdomain
     12% to get the interpolated field values, use the function calc_field.m
    1213%
    1314% INPUT:
     
    123124U_smooth=U_smooth./nb_select;
    124125V_smooth=V_smooth./nb_select;
     126fill=zeros(NbCoord+1,NbCoord,size(SubRange,3)); %matrix of zeros to complement the matrix Data.Civ1_Coord_tps (conveninent for file storage)
     127Coord_tps=cat(1,Coord_tps,fill);
     128
Note: See TracChangeset for help on using the changeset viewer.