[go: up one dir, main page]

Menu

[r2694]: / trunk / admin / startup.m  Maximize  Restore  History

Download this file

7 lines (6 with data), 147 Bytes

1
2
3
4
5
6
function startup
cocodir = fileparts(fileparts(mfilename('fullpath')));
addpath(fullfile(cocodir, 'toolbox'));
cp = coco_path;
addpath(cp{:});
end