From 9c3514f19a9e440696717c00821cd656272aa35d Mon Sep 17 00:00:00 2001 From: sakul-45 <81963567+sakul-45@users.noreply.github.com> Date: Wed, 14 Jul 2021 11:12:42 +0200 Subject: [PATCH] Added Documentation --- pre_simulation_TREPR.m | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pre_simulation_TREPR.m b/pre_simulation_TREPR.m index e2a9c4c..c7a882c 100644 --- a/pre_simulation_TREPR.m +++ b/pre_simulation_TREPR.m @@ -1,6 +1,14 @@ -function [Exp,Sys,params] = pre_simulation_TREPR(dataIN,params) -%PRE_SIMULATION_TREPR Summary of this function goes here -% Detailed explanation goes here +function [Exp,Sys,params] = pre_simulation_TREPR(params) +%PRE_SIMULATION_TREPR allows manual fitting of parameters in GUI +% +% Usage: [Exp,Sys,params] = PRE_SIMULATION_TREPR(params), where params is +% a struct, created by the load_bruker/matlab function and preprocessed +% by NORMALIZE_DATA, at least. +% +% The function will show a window with a plot of the normalized mean of +% maxima (calculated by NORMALIZE_DATA) and serveral input fields for +% different relevant paramters of TREPR fitting. By pressing "Apply" the +% simulation will be calculated and displayed. %% creating UI fig = figure;