Changeset 99 for trunk/src/update_obj.m
- Timestamp:
- Jun 8, 2010, 5:43:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/update_obj.m
r82 r99 76 76 % [PlotType,Object_out.PlotParam,plotaxes]=plot_field(ProjData,plotaxes,PlotHandles); 77 77 Object_out.plotaxes=plotaxes; 78 plotfig=get(plotaxes,'parent');79 name_str=get(plotfig,'Name');80 if ~isequal(name_str,'uvmat')81 set(plotfig,'Name',['Projection on' num2str(IndexObj) '-' ObjectData.Style]);82 end78 % plotfig=get(plotaxes,'parent'); 79 % name_str=get(plotfig,'Name'); 80 % if ~isequal(name_str,'uvmat') 81 % set(plotfig,'Name',['Projection on' num2str(IndexObj) '-' ObjectData.Style]); 82 % end 83 83 end 84 84
Note: See TracChangeset
for help on using the changeset viewer.