function add_table_index(fid)
% ADD_TABLE_INDEX: Adds entries on top of experiments index
%
% GENERAL
%
% add_table_index(fid)
%
% INPUT/S
%
% -
%
% OUTPUT/S
%
% -.
%
% PENDING WORK
%
% -
%
% KNOWN BUG/S
%
% -
%
% COMMENT/S
%
% -
%
% RELATED FUNCTION/S
%
%
%
% ABOUT
%
% -Created: April 27th , 2004
% -Last update: April 27th , 2004
% -Revision: 0.0.1
% -Author: R. S. Schestowitz, University of Manchester
% ==============================================================
fprintf(fid, ['
Experiments sub-index
For all indices, confer the primary index.
']);
if (strcmp(getenv('OS'), 'Linux')),
fprintf(fid, ['\nHandle | Completion Time | ']);
fprintf(fid, ['\nDescription | Figures |
']);
else
fprintf(fid, ['\nHandle | ']);
fprintf(fid, ['\nDescription | Figures |
']);
end