Changeset 102 for trunk/src/series
- Timestamp:
- Jun 13, 2010, 11:32:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r80 r102 143 143 end 144 144 %hhget_field=guidata(hget_field);%handles of GUI elements in get_field 145 SubField=read_get_field(hget_field) %read the names of the variables to plot in the get_field GUI145 SubField=read_get_field(hget_field); %read the names of the variables to plot in the get_field GUI 146 146 if isempty(SubField) 147 147 delete(hget_field) … … 552 552 delete(hget_field) 553 553 end 554 RecordData555 554 556 555 get_field(filemean,RecordData)
Note: See TracChangeset
for help on using the changeset viewer.