Changeset 248 for trunk/src/series.m


Ignore:
Timestamp:
May 9, 2011, 12:32:20 AM (13 years ago)
Author:
sommeria
Message:

various modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r246 r248  
    21672167
    21682168%check the current path to the selected function
     2169if ~isempty(list_transform{ind_coord})
    21692170func=functions(list_transform{ind_coord});
    21702171set(handles.path_transform,'String',fileparts(func.file)); %show the path to the senlected function
    2171 
     2172else
     2173   set(handles.path_transform,'String',''); %show the path to the senlected function
     2174end
    21722175%------------------------------------------------------------------------
    21732176% --- generates a series of file names with reference numbers between range1 and
Note: See TracChangeset for help on using the changeset viewer.