phd-nass-uniaxial-model/nass-uniaxial-model.matlab

20 lines
376 B
Plaintext
Raw Normal View History

2023-02-17 11:28:06 +01:00
% 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;