-
Notifications
You must be signed in to change notification settings - Fork 1
batch processing
Jian Tay edited this page Jan 25, 2022
·
1 revision
Use cases:
- Load different options per file or series
- Merge processing - how to tell the code to process multiple files together
To batch process a large number of files with different, simply create a new script (m-file) that calls CyTracker:
CT = CyTracker;
importOptions(CT, 'file1.txt')
process()
You can have several settings files: