Changeset 215 for trunk/src/set_object.m


Ignore:
Timestamp:
Mar 8, 2011, 11:36:29 PM (13 years ago)
Author:
sommeria
Message:

proj_field: correct the projection mode filter on a line
uvmat: correct bug for avi movies extraction
imadoc2struct: cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/set_object.m

    r213 r215  
    276276z_new={};
    277277if isequal(get(handles.ZObject,'Visible'),'on')
    278     data.NbDim=3; %test 3D object
     278    %data.NbDim=3; %test 3D object
    279279    Zcolumn=get(handles.ZObject,'String');
    280280    if ischar(Zcolumn)
     
    766766
    767767%% plot the field projected on the object and store in the corresponding figue
    768 'TESTproj'
    769 UvData.Field
    770 ObjectData
    771 ProjData= proj_field(UvData.Field,ObjectData)%project the current interface field on ObjectData
     768ProjData= proj_field(UvData.Field,ObjectData);%project the current interface field on ObjectData
    772769PlotParam=read_plot_param(PlotHandles);
    773770[PlotType,Object_out{IndexObj}.PlotParam,plotaxes]=plot_field(ProjData,plotaxes,PlotParam);%update an existing field plot
Note: See TracChangeset for help on using the changeset viewer.