20 lines
376 B
Plaintext
20 lines
376 B
Plaintext
|
% Initialize Path
|
||
|
% #+NAME: m-init-path
|
||
|
|
||
|
%% Path for functions, data and scripts
|
||
|
addpath('./matlab/mat/'); % Path for data
|
||
|
addpath('./matlab/'); % Path for scripts
|
||
|
|
||
|
|
||
|
|
||
|
% #+NAME: m-init-path-tangle
|
||
|
|
||
|
%% Path for functions, data and scripts
|
||
|
addpath('./mat/'); % Path for data
|
||
|
|
||
|
% Initialize other elements
|
||
|
% #+NAME: m-init-other
|
||
|
|
||
|
%% Colors for the figures
|
||
|
colors = colororder;
|