From 6401964be17b87bda1ee447bf89f5210bfff48a5 Mon Sep 17 00:00:00 2001 From: sakul-45 <81963567+sakul-45@users.noreply.github.com> Date: Sun, 27 Jun 2021 16:55:42 +0200 Subject: [PATCH] Created set of function files from sections in former script --- correct_magnetic_basline.m | 7 +++++++ correct_time_baseline.m | 7 +++++++ double_2D_3D_plot.m | 7 +++++++ load_bruker.m | 7 +++++++ load_matlab.m | 7 +++++++ normalise_data.m | 7 +++++++ pre_simulation_TREPR.m | 7 +++++++ print_figure_pdf.m | 7 +++++++ simulation_TREPR.m | 7 +++++++ write_params_txt.m | 7 +++++++ 10 files changed, 70 insertions(+) create mode 100644 correct_magnetic_basline.m create mode 100644 correct_time_baseline.m create mode 100644 double_2D_3D_plot.m create mode 100644 load_bruker.m create mode 100644 load_matlab.m create mode 100644 normalise_data.m create mode 100644 pre_simulation_TREPR.m create mode 100644 print_figure_pdf.m create mode 100644 simulation_TREPR.m create mode 100644 write_params_txt.m 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 +