Changeset 789 for trunk/src/uvmat.m


Ignore:
Timestamp:
Jun 29, 2014, 4:12:27 PM (10 years ago)
Author:
sommeria
Message:

read_lvm added (reading Labview data)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r784 r789  
    35293529if UvData.Field.NbDim<=1
    35303530    set(handles.Objects,'Visible','off')
    3531     [PlotType,PlotParamOut]=plot_field(UvData.Field,handles.PlotAxes,read_GUI(handles.uvmat));
     3531    [PlotType,PlotParamOut,haxes]=plot_field(UvData.Field,handles.PlotAxes,read_GUI(handles.uvmat));
     3532    UvData.PlotAxes=UvData.Field; %store data for further plot modifications
    35323533    errormsg=fill_GUI(PlotParamOut,handles.uvmat);
    35333534    for list={'Scalar','Vectors'}
     
    52215222drawnow
    52225223UvData=get(handles.uvmat,'UserData');
     5224AxeData=[];
     5225if isfield(UvData,'PlotAxes')
    52235226AxeData=UvData.PlotAxes;% retrieve the current plotted data
     5227end
    52245228PlotParam=read_GUI(handles.uvmat);
    52255229[tild,PlotParamOut]= plot_field(AxeData,handles.PlotAxes,PlotParam);
Note: See TracChangeset for help on using the changeset viewer.