Added Documentation
This commit is contained in:
parent
ece52240a2
commit
9c3514f19a
@ -1,6 +1,14 @@
|
|||||||
function [Exp,Sys,params] = pre_simulation_TREPR(dataIN,params)
|
function [Exp,Sys,params] = pre_simulation_TREPR(params)
|
||||||
%PRE_SIMULATION_TREPR Summary of this function goes here
|
%PRE_SIMULATION_TREPR allows manual fitting of parameters in GUI
|
||||||
% Detailed explanation goes here
|
%
|
||||||
|
% 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
|
%% creating UI
|
||||||
fig = figure;
|
fig = figure;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user