Closed moorepants closed 9 years ago
@spinningplates I've added a function that may help you out. It works like this:
>> PATHS = get_config(); >> PATHS.raw_data_dir ans = /home/moorepants/Manuscripts/perturbed-walking-data/raw-data >> PATHS.processed_data_dir ans = /home/moorepants/Manuscripts/perturbed-walking-data/processed-data >> PATHS.figures_dir ans = /home/moorepants/Manuscripts/perturbed-walking-data/figures >> PATHS.tables_dir ans = /home/moorepants/Manuscripts/perturbed-walking-data/tables
If you want to use this, press the merge button and then make use of it in your scripts.
@spinningplates I've added a function that may help you out. It works like this:
If you want to use this, press the merge button and then make use of it in your scripts.