Changeset 426 for trunk/src/uvmat.m


Ignore:
Timestamp:
May 17, 2012, 10:58:49 AM (12 years ago)
Author:
sommeria
Message:

compiled matlab civ introduced in Batch mode,
minor bugs fixed for histogram of velocity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r425 r426  
    28522852        end
    28532853        plot_field(Histo,handles.histo_u);
     2854        hlegend=legend;
     2855        if isempty(FieldName_2)
     2856        set(hlegend,'String',FieldName)
     2857        else
     2858            set(hlegend,'String',{FieldName;FieldName_2})
     2859        end
     2860%         hh=get(handles.histo_u,'children');
     2861%         get(hh(1))
     2862%         get(hh(2))
    28542863    end
    28552864end
Note: See TracChangeset for help on using the changeset viewer.