Remove src folder

This commit is contained in:
Thomas Dehaeze 2023-02-17 11:30:40 +01:00
parent 8c4aeeb8bf
commit 756ba4dc69
9 changed files with 651 additions and 246 deletions

View File

@ -6,7 +6,6 @@ s = zpk('s');
%% Path for functions, data and scripts %% Path for functions, data and scripts
addpath('./mat/'); % Path for data addpath('./mat/'); % Path for data
addpath('./src/'); % Path for functions
%% Colors for the figures %% Colors for the figures
colors = colororder; colors = colororder;

View File

@ -6,7 +6,6 @@ s = zpk('s');
%% Path for functions, data and scripts %% Path for functions, data and scripts
addpath('./mat/'); % Path for data addpath('./mat/'); % Path for data
addpath('./src/'); % Path for functions
%% Colors for the figures %% Colors for the figures
colors = colororder; colors = colororder;

View File

@ -6,7 +6,6 @@ s = zpk('s');
%% Path for functions, data and scripts %% Path for functions, data and scripts
addpath('./mat/'); % Path for data addpath('./mat/'); % Path for data
addpath('./src/'); % Path for functions
%% Colors for the figures %% Colors for the figures
colors = colororder; colors = colororder;

View File

@ -6,7 +6,6 @@ s = zpk('s');
%% Path for functions, data and scripts %% Path for functions, data and scripts
addpath('./mat/'); % Path for data addpath('./mat/'); % Path for data
addpath('./src/'); % Path for functions
%% Colors for the figures %% Colors for the figures
colors = colororder; colors = colororder;

View File

@ -6,7 +6,6 @@ s = zpk('s');
%% Path for functions, data and scripts %% Path for functions, data and scripts
addpath('./mat/'); % Path for data addpath('./mat/'); % Path for data
addpath('./src/'); % Path for functions
%% Colors for the figures %% Colors for the figures
colors = colororder; colors = colororder;

View File

@ -6,7 +6,6 @@ s = zpk('s');
%% Path for functions, data and scripts %% Path for functions, data and scripts
addpath('./mat/'); % Path for data addpath('./mat/'); % Path for data
addpath('./src/'); % Path for functions
%% Colors for the figures %% Colors for the figures
colors = colororder; colors = colororder;

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,6 @@
%% Path for functions, data and scripts %% Path for functions, data and scripts
addpath('./matlab/mat/'); % Path for data addpath('./matlab/mat/'); % Path for data
addpath('./matlab/src/'); % Path for functions
addpath('./matlab/'); % Path for scripts addpath('./matlab/'); % Path for scripts
@ -12,7 +11,6 @@ addpath('./matlab/'); % Path for scripts
%% Path for functions, data and scripts %% Path for functions, data and scripts
addpath('./mat/'); % Path for data addpath('./mat/'); % Path for data
addpath('./src/'); % Path for functions
% Initialize other elements % Initialize other elements
% #+NAME: m-init-other % #+NAME: m-init-other

View File

@ -4174,7 +4174,6 @@ However, the stiff nano-hexapod is the most complex to control and gives the wor
#+BEGIN_SRC matlab #+BEGIN_SRC matlab
%% Path for functions, data and scripts %% Path for functions, data and scripts
addpath('./matlab/mat/'); % Path for data addpath('./matlab/mat/'); % Path for data
addpath('./matlab/src/'); % Path for functions
addpath('./matlab/'); % Path for scripts addpath('./matlab/'); % Path for scripts
#+END_SRC #+END_SRC
@ -4182,7 +4181,6 @@ addpath('./matlab/'); % Path for scripts
#+BEGIN_SRC matlab #+BEGIN_SRC matlab
%% Path for functions, data and scripts %% Path for functions, data and scripts
addpath('./mat/'); % Path for data addpath('./mat/'); % Path for data
addpath('./src/'); % Path for functions
#+END_SRC #+END_SRC
** Initialize other elements ** Initialize other elements