A repository for MATLAB utilites, lab computing environment utilities, and data analysis tools.
Convenience functions for working in MATLAB
Functions to help navigate lab computing environment
Scripts showing how to use code in the repository
- Prefixes should be lowercase, followed by an underscore and the function name in camelCase.
<prefix>_<functionName>.m
- Commit messages should be written in the present tense. "Adds ___" instead of "Added ____"
- Develop on separate branches, merge to master only after code review by at least one other lab member
- Add your initials and Month + Year to the function description.