hallez / MatlabFunctions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Clone repository

  2. Create ~/Documents/MATLAB directory (if does not already exist) mkdir ~/Documents/MATLAB

  3. Add a symbolic link from repository location to matlab folder ln -s /Users//workspace/matlabfunctions/my_functions ~/Documents/MATLAB/

If need to remove an old symbolic link, use rm -r with no trailing slash on the directory.

  1. Create a machine-specific startup.m file using startup.m.example as a base. Be sure to replace cp startup.m.example ~/Documents/MATLAB/startup.m
  • On newer installs, the startup file now seems to live in /Users/<user-name>/matlab/

About


Languages

Language:MATLAB 99.2%Language:HTML 0.7%Language:Java 0.1%