- a useful command to make the data files visible, wihtout having to be in the data directory, is addpath, eg. addpath('C:\kmurphy\Teaching\cs340-fall06\homeworks\hw1\data') - you do not need to turn in exercises A and B - exericse C, Q5. 'side' is already defined as a vector of 1s and 2s. I suggest you name your new logical vector something like 'leftSide'. - exercise D, Que 8. You may assume the data is already sorted according to stimno, and can therefore ignore this part. (If you have already answered this question using stimno to index the rows, you do not need to re-do it. You will of course get different answers in both cases.) - exercise G, Q4. This means partition your data based on the text string in the second column of the cell array ('low', 'medium' or 'high') - exercise H, Q3. The exclusion rate is the number of points that are excluded for each value cong. So the question is asking: how much included data is there in each partition of cong?