Using Set Path to Enable behaviorAnnotator on Matlab for Mac
Show older comments
Trying to use behavior annotator to view Seq files on Matlab. I have never used this program before and am unsure about how to add behavior Annotator. I was told to change the set path environment to enable it but can't figure out what I am supposed to do
Accepted Answer
More Answers (1)
Simon
on 22 Aug 2025
0 votes
Hi Sabine,
As I understand, you want to use the BehaviorAnnotator in MATLAB on your Mac to view .seq files
Adding on to the previous answer with more detail, here’s how you can enable BehaviorAnnotator using the Set Path feature in MATLAB for Mac:
1. Ensure you have the folder containing the BehaviorAnnotator MATLAB files saved somewhere on your Mac.
2. Add the Folder to MATLAB’s Path
- On the MATLAB toolbar, go to the Home tab.

- Click Set Path.
- Choose Add with Subfolders….
- Navigate to the folder where you saved BehaviorAnnotator, select it, and confirm.
- Click Save to apply the changes, then Close the window.
Alternatively, you can use a command in the MATLAB Command Window. For example, if your folder is in Documents, you would type:
addpath(genpath('/Users/yourusername/Documents/BehaviorAnnotator'))
savepath
(Make sure to replace /Users/yourusername/Documents/BehaviorAnnotator with the actual path to your folder.)
3. Now, in the MATLAB Command Window, simply type:
BehaviorAnnotator
and press Enter. This should open the BehaviorAnnotator interface.
4. Once the interface is open, use the available options to load and view your .seq files.
If you have any other questions or encounter issues, let me know.
You can also refer to the documentation for additional details:
Hope it helps!
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!