In this folder some example MATLAB scripts are provided. Take the following steps to run and review them:
1. Open MATLAB.
2. Browse (using the icon "Browse to folder") for the ...SCRIPTS folder and select MATLAB. Now you should see in the current folder view one m-file or matlab script.
3. To run the example script, type on the command line: run_script
    
   This script will set your project path and additional path's needed to run the script. 
   Next, it will specify an Inputfile (located at the DATA\RAW sub-folder) and read its data into an array, called
   RecInfo.
   To view or edit the contents of this script type on the command line
        edit run_script

4. You can review the workings of the two example scripts provided in the editor, e.g. by typing on the command line
	edit LoadExperimentalData
	edit ExperimentalData

The ...MATLAB\GENERAL\ folder contains many scripts that may be handy as examples to develop your own scripts. 

The example provided uses a comma separated file. The examples can also be used to read in an Excel sheet directly. For questions about these and other examples you are welcome to ask!

Dr AGT Schut
April 2015
Wageningen University


