- Code: Select all
{
"cmd": ["/Applications/MatLab.app/bin/matlab", "-nosplash", "<$file_name"],
"selector": "source.m"
}
It should be noted that first, I had to add matlab to my math by
- Code: Select all
PATH=$PATH\:/Applications/MatLab.app/bin
And then I had to run one time
- Code: Select all
sudo matlab
So at this point, I can have my matlab code compile through Sublime Text 2, but it won't show any generated figures/plots or things of that nature. I wash oping that someone here could point out any suggestions in this regard.
Any help is greatly appreciated