csu-hmc / perturbed-data-paper

A paper on an elaborate gait data set.
https://peerj.com/articles/918/
10 stars 6 forks source link

The perturbation signal plots should be from a loaded trial #110

Closed moorepants closed 9 years ago

moorepants commented 9 years ago

We are using trials 79, 80, and 81 for the plots. These are unloaded trials. Ton suggested that we should be using the loaded trials for those plots in is final review.

skhnat commented 9 years ago

One thing I realized is that when I was testing, I had manually commented out the EVENTS in each of the files from the Record Module. The current code doesn't have a way of parsing or ignoring these EVENT indicators. This is okay for now, but if we want the MATLAB plots to show up when using the make command, I'll have to come up with a workaround.

skhnat commented 9 years ago

This is using 76, 77, and 78. It looks about the same, which is good news.

loaded_trial

moorepants commented 9 years ago

textscan provides a flag to ignore comments: http://www.mathworks.com/help/matlab/ref/textscan.html which could be useful