MATLAB: What is wrong with this path

add pathdirectoryerrorMATLABpath

Hello, I have a very very simple question and it has constantly vexxed me. I have tried but i cannot wrap my head around the matlab paths. Im always egtting warning messages.
Could anyone tell me what is wrong with this? i have included a screenshot.
Here is the error message that i am getting:
Warning: Name is nonexistent or not a directory: /Users/adamlevschuk/Documents/BMEG 599/Gait Analysis/Quaternions
> In path (line 109)
In addpath (line 86)
In xioTechTracking (line 5)
Thank you for your help
>>

Best Answer

To find the right path, run without
addpath('xyz')
And then to find what you are looking from that path, matlab will recommend you how to add the path for missing information.
Related Question