This script compares 10 "experiment" files to 10 "control" files. To do so it just grabs the first 20 .mat files from the Google Drive folder example_data/30m_wait
But there are two subfolders in the example folder, "L" and "R". "L" has 13 .mat feature files, while "R" has 10. Is "L" supposed to represent experiment and "R" supposed to represent control?
If so, the files used are wrong, since the rdir function used grabs the first 10 from the list of 23 feature files for experiment, and the next 10 for control, meaning that while experiment has the first 10 "L" feature files, control ends up with 3 "L" feature files and 7 "R" feature files.
If these are all just randomly selected and the "L" or "R" categorization don't matter, please let me know. :)
This question relates to +segworm/stats/t001_oldVsNewStats.m.
This script compares 10 "experiment" files to 10 "control" files. To do so it just grabs the first 20 .mat files from the Google Drive folder example_data/30m_wait
But there are two subfolders in the example folder, "L" and "R". "L" has 13 .mat feature files, while "R" has 10. Is "L" supposed to represent experiment and "R" supposed to represent control?
If so, the files used are wrong, since the rdir function used grabs the first 10 from the list of 23 feature files for experiment, and the next 10 for control, meaning that while experiment has the first 10 "L" feature files, control ends up with 3 "L" feature files and 7 "R" feature files.
If these are all just randomly selected and the "L" or "R" categorization don't matter, please let me know. :)