Changeset 575 for trunk/src/calc_field_interp.m
- Timestamp:
- Feb 27, 2013, 6:39:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/calc_field_interp.m
r533 r575 1 2 % 'calc_field': defines fields (velocity, vort, div...) from civ data and calculate them1 %'calc_field_interp': defines fields (velocity, vort, div...) from civ data and calculate them 2 % for projection with linear interpolation 3 3 %--------------------------------------------------------------------- 4 4 % [DataOut,VarAttribute,errormsg]=calc_field_interp(Coord_tps,NbSites,SubRange,FieldVar,Operation,Coord_interp) 5 5 % 6 6 % OUTPUT: 7 % DataOut: structure representing the output fields7 % VarVal: array giving the values of the calculated field 8 8 % 9 9 % INPUT:
Note: See TracChangeset
for help on using the changeset viewer.