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, ['\n

Handle

Completion Time

']); fprintf(fid, ['\n

Description

Figures

']); else fprintf(fid, ['\n

Handle

']); fprintf(fid, ['\n

Description

Figures

']); end