Jun 24/24
    

	1. table_file.m generates the tables in Section 5.1.1 and 5.1.2.
	
	   Two options: 


	a) If experiment = 'random':
		
		- calls to run_testSF_random.m that runs the experiment,
		  generates the plot and collect data for the table.

	b) If experiment = 'protein':
		
		- calls to run_testSF_protein.m that runs the experiment,
		  generates the plot and collect data for the table.	
		
		- calls 'tempLoadData.m' to uses the data from '1CRNdata.mat',
		  both these files are in the AuxiliarySF.d folder.

	2. table_file_WithOut.m generate Tables 5.1 and 5.2 in Section 5.1.

	
		- calls to runfile_testSF_WithOut.m for generating the data.
	
