Changeset 853 for trunk/src/uvmat.m


Ignore:
Timestamp:
Jan 21, 2015, 12:30:26 AM (9 years ago)
Author:
sommeria
Message:

bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r851 r853  
    53305330ProjData= proj_field(UvData.Field,ObjectData);%project the current input field on object ObjectData
    53315331plot_field(ProjData,handles.PlotAxes,read_GUI(handles.uvmat));% plot the projected field;
     5332UvData.PlotAxes=ProjData;% store the plotted field for further update
    53325333%replot all the objects within the new projected field
    53335334for IndexObj=1:numel(list_str)
Note: See TracChangeset for help on using the changeset viewer.