stakahama / mlib

Matlab functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mlib

Matlab functions

Add library on search path with

addpath(genpath(fullfile(getenv('HOME'),'lib/matlab')))

Alternatively, if lib is linked to say, lib in the userpath (which is ~/Documents/MATLAB) on OSX, one of two methods can be used:

addpath(fullfile(strrep(userpath,':',''),'lib'))
addpath(fullfile(fileparts(userpath),'MATLAB/lib'))

About

Matlab functions


Languages

Language:MATLAB 70.9%Language:Objective-C 26.7%Language:Shell 2.4%