Documentation for BIAC MATLAB software can be found in several locations:
Several guides/tutorials can be found in the Education section of the BIAC website at http://www.biac.duke.edu/education/
BIAC MATLAB functions are currently grouped into three categories: General, MR, and EEG Tools. You can obtain a list of the functions available for each of these categories by:
(1) Typing the following the following in the "Command Window" help BIAC/general
help BIAC/mr
help BIAC/EEGad
OR
(2) Clicking on the "Help" item of each BIAC Toolbox in the MATLAB "Launch Pad".
You can read the help for any particular function by typing help followed by the function name. For example, to obtain help on showsrs2 type:
help showsrs2
Enjoy,
Chuck