Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 778 Bytes

readme.md

File metadata and controls

22 lines (17 loc) · 778 Bytes

General Purpose Utils Repo

The repo is dedicated to share and keep track of utilities that are non-specific to projects, e.g. mri-fft-like functions, etc.
So wheels are not reinvented overtime, and function calls are consistent.

The repo is not made as '+utils' as that could possibly cause many name conflicts.

Configs

At first time, navigate your matlab to this repo, and run,
>> setup_fmri_utils()
to add all subfolders in this repo to matlab path. If you also want to save the paths, run
>> setup_fmri_utils(true)
After setting up, at any where,
>> fmri_utilsPath;
will navigate your matlab to the root directory of this repo.
These two functions are instances of functions in ./meta.

Dependencies

'+attr', https://github.com/fmrilab/attr.mat