Changeset 236 for trunk/src/calc_field.m
- Timestamp:
- Apr 12, 2011, 12:12:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/calc_field.m
r180 r236 34 34 % the scalar is calculated from other fields, as explicited below 35 35 36 %list_scal={title, type, civ1 var name,civ2 var name}37 36 list_field={'velocity';...%image correlation corresponding to a vel vector 38 37 'ima_cor';...%image correlation corresponding to a vel vector … … 54 53 end 55 54 if ischar(FieldName) 56 FieldName={FieldName}; 55 FieldName={FieldName};%convert a string input to a cell with one string element 57 56 end 58 57 if isfield(DataIn,'Z')&& isequal(size(DataIn.Z),size(DataIn.X))
Note: See TracChangeset
for help on using the changeset viewer.