Created set of function files from sections in former script

This commit is contained in:
sakul-45 2021-06-27 16:55:42 +02:00
parent 7f55917f9f
commit 6401964be1
10 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,7 @@
function [outputArg1,outputArg2] = correct_magnetic_basline(inputArg1,inputArg2)
%CORRECT_MAGNETIC_BASLINE Summary of this function goes here
% Detailed explanation goes here
outputArg1 = inputArg1;
outputArg2 = inputArg2;
end

7
correct_time_baseline.m Normal file
View File

@ -0,0 +1,7 @@
function [outputArg1,outputArg2] = correct_time_baseline(inputArg1,inputArg2)
%CORRECT_TIME_BASELINE Summary of this function goes here
% Detailed explanation goes here
outputArg1 = inputArg1;
outputArg2 = inputArg2;
end

7
double_2D_3D_plot.m Normal file
View File

@ -0,0 +1,7 @@
function [outputArg1,outputArg2] = double_2D_3D_plot(inputArg1,inputArg2)
%DOUBLE_2D_3D_PLOT Summary of this function goes here
% Detailed explanation goes here
outputArg1 = inputArg1;
outputArg2 = inputArg2;
end

7
load_bruker.m Normal file
View File

@ -0,0 +1,7 @@
function [outputArg1,outputArg2] = load_bruker(inputArg1,inputArg2)
%LOAD_BRUKER Summary of this function goes here
% Detailed explanation goes here
outputArg1 = inputArg1;
outputArg2 = inputArg2;
end

7
load_matlab.m Normal file
View File

@ -0,0 +1,7 @@
function [outputArg1,outputArg2] = load_matlab(inputArg1,inputArg2)
%LOAD_MATLAB Summary of this function goes here
% Detailed explanation goes here
outputArg1 = inputArg1;
outputArg2 = inputArg2;
end

7
normalise_data.m Normal file
View File

@ -0,0 +1,7 @@
function [outputArg1,outputArg2] = normalise_data(inputArg1,inputArg2)
%NORMALISE_DATA Summary of this function goes here
% Detailed explanation goes here
outputArg1 = inputArg1;
outputArg2 = inputArg2;
end

7
pre_simulation_TREPR.m Normal file
View File

@ -0,0 +1,7 @@
function [outputArg1,outputArg2] = pre_simulation_TREPR(inputArg1,inputArg2)
%PRE_SIMULATION_TREPR Summary of this function goes here
% Detailed explanation goes here
outputArg1 = inputArg1;
outputArg2 = inputArg2;
end

7
print_figure_pdf.m Normal file
View File

@ -0,0 +1,7 @@
function [outputArg1,outputArg2] = print_figure_pdf(inputArg1,inputArg2)
%PRINT_FIGURE_PDF Summary of this function goes here
% Detailed explanation goes here
outputArg1 = inputArg1;
outputArg2 = inputArg2;
end

7
simulation_TREPR.m Normal file
View File

@ -0,0 +1,7 @@
function [outputArg1,outputArg2] = simulation_TREPR(inputArg1,inputArg2)
%SIMULATION_TREPR Summary of this function goes here
% Detailed explanation goes here
outputArg1 = inputArg1;
outputArg2 = inputArg2;
end

7
write_params_txt.m Normal file
View File

@ -0,0 +1,7 @@
function [outputArg1,outputArg2] = write_params_txt(inputArg1,inputArg2)
%WRITE_PARAMS_TXT Summary of this function goes here
% Detailed explanation goes here
outputArg1 = inputArg1;
outputArg2 = inputArg2;
end