Changeset 169 for trunk/src/series/time_series.m
- Timestamp:
- Jan 4, 2011, 3:43:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r158 r169 1 function GUI_input=time_series(num_i1,num_i2,num_j1,num_j2,Series) 2 %---------------------------------------------------------------------- 3 % --- make a time series analysis 4 %---------------------------------------------------------------------- 5 %INPUT: 1 %'time_series': extract a time series, used with series.fig 2 %------------------------------------------------------------------------ 3 % function GUI_input=time_series(num_i1,num_i2,num_j1,num_j2,Series) 4 % 5 %OUTPUT 6 % GUI_input=list of options in the GUI series.fig needed for the function 7 % 8 %INPUT: 6 9 %num_i1: series of first indices i (given from the series interface as first_i:incr_i:last_i, mode and list_pair_civ) 7 10 %num_i2: series of second indices i (given from the series interface as first_i:incr_i:last_i, mode and list_pair_civ) 8 11 %num_j1: series of first indices j (given from the series interface as first_j:incr_j:last_j, mode and list_pair_civ ) 9 12 %num_j2: series of second indices j (given from the series interface as first_j:incr_j:last_j, mode and list_pair_civ) 10 %OTHER INPUTS given by the structure Series 13 %Series: Matlab structure containing information set by the series interface 14 % 15 function GUI_input=time_series(num_i1,num_i2,num_j1,num_j2,Series) 11 16 12 17 %requests for the visibility of input windows in the GUI series (activated directly by the selection in the menu ACTION)
Note: See TracChangeset
for help on using the changeset viewer.