Changeset 76 for trunk/src/series
- Timestamp:
- Mar 31, 2010, 8:18:15 PM (15 years ago)
- Location:
- trunk/src/series
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/aver_stat.m
r55 r76 36 36 test_object=get(hseries.GetObject,'Value'); 37 37 if test_object%isfield(Series,'sethandles') 38 hset_object=findobj(allchild(0),' Name','set_object');38 hset_object=findobj(allchild(0),'tag','set_object'); 39 39 ProjObject=read_set_object(guidata(hset_object)); 40 40 %answeryes=questdlg({['field series projected on ' Series.ProjObject.Style]}); -
trunk/src/series/merge_proj.m
r41 r76 27 27 test_object=get(hseries.GetObject,'Value'); 28 28 if test_object 29 hset_object=findobj(allchild(0),' Name','set_object');29 hset_object=findobj(allchild(0),'tag','set_object'); 30 30 ProjObject=read_set_object(guidata(hset_object)); 31 31 if ~isfield(ProjObject,'Style') -
trunk/src/series/time_series.m
r44 r76 35 35 test_object=get(hseries.GetObject,'Value'); 36 36 if test_object 37 hset_object=findobj(allchild(0),' Name','set_object');37 hset_object=findobj(allchild(0),'tag','set_object'); 38 38 ProjObject=read_set_object(guidata(hset_object)); 39 39 %answeryes=questdlg({['field series projected on ' Series.ProjObject.Style]});
Note: See TracChangeset
for help on using the changeset viewer.