Changeset 60 for trunk/src/update_obj.m
- Timestamp:
- Mar 23, 2010, 2:52:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/update_obj.m
r47 r60 62 62 if length(Object_set)>= IndexObj && isfield(Object_set{IndexObj},'plotaxes') 63 63 plotaxes=Object_set{IndexObj}.plotaxes; 64 [PlotType,Object_out.PlotParam,plotaxes]=plot_field(ProjData,plotaxes,PlotHandles); 65 else 66 [plotaxes]=view_field(ProjData); 64 67 end 65 [PlotType,Object_out.PlotParam,plotaxes]=plot_field(ProjData,plotaxes,PlotHandles); 68 69 % [PlotType,Object_out.PlotParam,plotaxes]=plot_field(ProjData,plotaxes,PlotHandles); 66 70 Object_out.plotaxes=plotaxes; 67 71 plotfig=get(plotaxes,'parent');
Note: See TracChangeset
for help on using the changeset viewer.