Skip to content

Commit

Permalink
update AnalyzeThis
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume authored and guillaume committed Mar 21, 2017
1 parent 56bd8e4 commit 110932d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions @AnalyzeThis/plot.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
%% DESCRIPTION
% the PLOT method allows to check the goodness of the baseline correction
% and peak picking algorithm, as well as obtain the figure of merits (area,
% center and variance) from a hand selected peak. This is done by right
% clicking on the bottom figure
%
%% Copyright
% BSD 3-Clause License
% Copyright 2016-2017 G. Erny ([email protected],pt), FEUP, Porto, Portugal
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

function plot(obj)
figure
XY = obj.TraceIn.Data;
Expand Down

0 comments on commit 110932d

Please sign in to comment.