diff --git a/correct_magnetic_basline.m b/correct_magnetic_basline.m new file mode 100644 index 0000000..300201f --- /dev/null +++ b/correct_magnetic_basline.m @@ -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 + diff --git a/correct_time_baseline.m b/correct_time_baseline.m new file mode 100644 index 0000000..df1858e --- /dev/null +++ b/correct_time_baseline.m @@ -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 + diff --git a/double_2D_3D_plot.m b/double_2D_3D_plot.m new file mode 100644 index 0000000..2d6d8d1 --- /dev/null +++ b/double_2D_3D_plot.m @@ -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 + diff --git a/load_bruker.m b/load_bruker.m new file mode 100644 index 0000000..b352d9d --- /dev/null +++ b/load_bruker.m @@ -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 + diff --git a/load_matlab.m b/load_matlab.m new file mode 100644 index 0000000..ff546c2 --- /dev/null +++ b/load_matlab.m @@ -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 + diff --git a/normalise_data.m b/normalise_data.m new file mode 100644 index 0000000..1cc466d --- /dev/null +++ b/normalise_data.m @@ -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 + diff --git a/pre_simulation_TREPR.m b/pre_simulation_TREPR.m new file mode 100644 index 0000000..4221c6d --- /dev/null +++ b/pre_simulation_TREPR.m @@ -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 + diff --git a/print_figure_pdf.m b/print_figure_pdf.m new file mode 100644 index 0000000..a53a380 --- /dev/null +++ b/print_figure_pdf.m @@ -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 + diff --git a/simulation_TREPR.m b/simulation_TREPR.m new file mode 100644 index 0000000..b052389 --- /dev/null +++ b/simulation_TREPR.m @@ -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 + diff --git a/write_params_txt.m b/write_params_txt.m new file mode 100644 index 0000000..3a9fb2c --- /dev/null +++ b/write_params_txt.m @@ -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 +