phd-nass-uniaxial-model/nass-uniaxial-model.matlab
2023-02-17 11:30:40 +01:00

20 lines
376 B
Matlab

% 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;