Changeset 236 for trunk/src/calc_field.m


Ignore:
Timestamp:
Apr 12, 2011, 12:12:19 AM (13 years ago)
Author:
sommeria
Message:

correct Matlab PIV, remove call to image tool box. Improve menu of uvmat VelType? (replacement of buttons)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/calc_field.m

    r180 r236  
    3434% the scalar is calculated from other fields, as explicited below
    3535
    36 %list_scal={title, type, civ1 var name,civ2 var name}
    3736list_field={'velocity';...%image correlation corresponding to a vel vector
    3837    'ima_cor';...%image correlation corresponding to a vel vector
     
    5453    end
    5554    if ischar(FieldName)
    56         FieldName={FieldName};
     55        FieldName={FieldName};%convert a string input to a cell with one string element
    5756    end
    5857    if isfield(DataIn,'Z')&& isequal(size(DataIn.Z),size(DataIn.X))
Note: See TracChangeset for help on using the changeset viewer.