I am thinking of the following plan to do this:
- There are some MATLAB functions which are not being used in the entire repo (e.g.
fixSamplingRateInFiles.m in the src/prediction_models/experiments/pitched_instrument_regression/ folder). A simple exercise which would help identify such code is if each of us picks a folder make a list of the functions (NOT scripts) inside that folder are not being used. I have done it for the sub-folders of src/prediction_models/experiments/ folder as an example and others can follow the same for the other folders and generate these lists as comments on this issue thread (as shown below). You may also add any other comments as you see fit.
- The next step could be to try running all the scripts in these individual folders and check if they all function as expected.
I am thinking of the following plan to do this:
fixSamplingRateInFiles.min thesrc/prediction_models/experiments/pitched_instrument_regression/folder). A simple exercise which would help identify such code is if each of us picks a folder make a list of the functions (NOT scripts) inside that folder are not being used. I have done it for the sub-folders ofsrc/prediction_models/experiments/folder as an example and others can follow the same for the other folders and generate these lists as comments on this issue thread (as shown below). You may also add any other comments as you see fit.