Changeset 376 for trunk/src/get_file_series.m
- Timestamp:
- Jan 17, 2012, 12:11:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_file_series.m
r373 r376 1 %'get_file_series': determine the list of file names and file indices for functions called by 'series'. 2 %------------------------------------------------------------------------ 3 % [filecell,i1_series,i2_series,j1_series,j2_series]=get_file_series(Param) 4 % 5 % OUTPUT: 6 % filecell{i,j}: cell array with the two reference indices i and j representing the list of file names 7 % i1_series,i2_series,j1_series,j2_series: corresponding arrays of indices i1,i2,j1,j2. 8 % 9 % INPUT: 10 % Param: structure of input parameters as read from the GUI series (by the function read_GUI) 11 1 12 function [filecell,i1_series,i2_series,j1_series,j2_series]=get_file_series(Param) 2 Param 13 3 14 filecell={}; 4 15 InputTable=Param.InputTable;
Note: See TracChangeset
for help on using the changeset viewer.