Changeset 99 for trunk/src/uvmat.m


Ignore:
Timestamp:
Jun 8, 2010, 5:43:33 PM (14 years ago)
Author:
sommeria
Message:

plot_field.m, update_obj.m do not change figure names
view_field.m,uvmat.m cleaning code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r98 r99  
    173173function varargout = uvmat(varargin)
    174174
    175 
    176175% Begin initialization code - DO NOT EDIT
    177176gui_Singleton = 1;
     
    43394338end
    43404339hset_object=set_object(ObjectData,PlotHandles,ZBounds);% call the set_object interface,
    4341 set(hset_object,'name',ObjectName)
     4340%set(hset_object,'name',ObjectName)
    43424341
    43434342% %project the current field on the object and plot it
     
    49564955[pp,data.Name]=fileparts(FileName);
    49574956%PlotHandles=get_plot_handles(handles);%get the handles of the interface elements setting the plotting parameters
    4958 hset_object=findobj(allchild(0),'Name','set_object');
     4957hset_object=findobj(allchild(0),'tag','set_object');
    49594958if ~isempty(hset_object)
    49604959    delete(hset_object)% delete existing version of set_object
     
    50525051    delete(hh)
    50535052end
    5054 hh=findobj(allchild(0),'name','geometry_calib');
     5053hh=findobj(allchild(0),'tag','geometry_calib');
    50555054if ~isempty(hh)
    50565055    delete(hh)
Note: See TracChangeset for help on using the changeset viewer.