Ignore:
Timestamp:
Mar 31, 2011, 1:42:51 PM (14 years ago)
Author:
sommeria
Message:

add function sub_field_series to apply the sub_field operation to a series of fileds (for instance subtracting a background to an image series)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/delete_object.m

    r156 r227  
    4444        end
    4545        UvData.Object(hObject)=[]; 
    46         list_str(hObject)=[];
     46        if ~isempty(list_str)
     47            list_str(hObject)=[];
     48        end
    4749    end
    4850elseif ishandle(hObject)%object handle
Note: See TracChangeset for help on using the changeset viewer.