-
Notifications
You must be signed in to change notification settings - Fork 0
Useful Commands and Such
Travis Collins edited this page Jan 15, 2014
·
1 revision
echo "alias killmat='kill -9 `pidof MATLAB`'" >> ~/.bashrc
- Open terminal and type:
firefox -p - Delete the default profile (say yes to the warning)
- Press Exit
- Profit
Unless native emacs user, change the default keyboard layout from emacs to windows
- Add setupsdru('location of support package'); to startup.m
- Add with subfolders 'location of sdru folder in support package location' to your path, and then save path.m to the same location where startup.m is location
Recommended way (In MATLAB):
!echo "setupsdru('location of support package');" >> ~/startup.m
addpath(genpath('location of support package'));savepath('~/path.m')