Changeset 752 for trunk/src/view_field.m


Ignore:
Timestamp:
Apr 27, 2014, 8:14:51 PM (10 years ago)
Author:
sommeria
Message:

various update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/view_field.m

    r748 r752  
    317317%-------------------------------------------------------------------
    318318hfig=figure;
    319 copyobj(handles.PlotAxes,hfig);
     319hc=copyobj(handles.PlotAxes,hfig);
     320set(hc,'Position',[0.1 0.1 0.8 0.8])
     321h=findobj(handles.PlotAxes,'tag','ima'); %look for image in the plot
    320322if ~isempty(h)
    321323    h=findobj(handles.PlotAxes,'tag','ima'); %look for image in the plot
Note: See TracChangeset for help on using the changeset viewer.