Changeset 580 for trunk/src/read_civdata.m
- Timestamp:
- Mar 7, 2013, 1:47:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_civdata.m
r576 r580 2 2 %------------------------------------------------------------------ 3 3 % 4 % function [Field,VelTypeOut]=read_civ xdata(filename,FieldNames,VelType)4 % function [Field,VelTypeOut]=read_civdata(filename,FieldNames,VelType) 5 5 % 6 6 % OUTPUT: … … 26 26 % .FF: error flag, =0 for good vectors 27 27 % .C: scalar associated with velocity (used for vector colors) 28 % .DijU; matrix of spatial derivatives (DijU(1,1,:)=DUDX,29 % DijU(1,2,:)=DUDY, Dij(2,1,:)=DVDX, DijU(2,2,:)=DVDY30 28 % 31 29 % VelTypeOut: velocity type corresponding to the selected field: ='civ1','interp1','interp2','civ2'....
Note: See TracChangeset
for help on using the changeset viewer.