I just configured my sublime text 3 for matlab a few days ago. The build is fine, and I can run a matlab file in sublime successfully.
But I had a problem when I tried to run a matlab file that calls a function in another folder. I know clearly that in matlab, in such cases, I need to add that folder to the path, and I know how to do it in matlab. But I didn't figure out how to "add folder to path" in sublime.
Does anyone have the same problem? Thanks!
(I tried to search a solution on web, but it seems that no one ask similar problems).