Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CRP Toolbox for MATLAB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Norbert Marwan
CRP Toolbox for MATLAB
Commits
df83fa0f
Commit
df83fa0f
authored
19 years ago
by
marwan
Browse files
Options
Downloads
Patches
Plain Diff
help text updated
parent
77da2886
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dl.m
+7
-2
7 additions, 2 deletions
dl.m
tt.m
+7
-2
7 additions, 2 deletions
tt.m
with
14 additions
and
4 deletions
dl.m
+
7
−
2
View file @
df83fa0f
...
...
@@ -3,8 +3,10 @@ function [a_out, b_out]=dl(x)
% A=DL(X) computes the mean of the length of the diagonal
% line structures in a recurrence plot.
%
% [A B]=DL(X) computes the mean A and the distribution of the
% length of the diagonal line structures, stored in B.
% [A B]=DL(X) computes the mean A and the lengths of the
% found diagonal lines, stored in B. In order to get the
% histogramme of the line lengths, simply call
% HIST(B,[1 MAX(B)]).
%
% Examples: X = crp(rand(200,1),1,1,.3,'fan','silent');
% [l l_dist] = dl(X);
...
...
@@ -20,6 +22,9 @@ function [a_out, b_out]=dl(x)
% $Revision$
%
% $Log$
% Revision 3.2 2005/03/16 11:19:02 marwan
% help text modified
%
% Revision 3.1 2004/11/10 07:07:35 marwan
% initial import
%
...
...
This diff is collapsed.
Click to expand it.
tt.m
+
7
−
2
View file @
df83fa0f
...
...
@@ -4,8 +4,10 @@ function [a_out, b_out]=tt(x)
% line structures in a recurrence plot, so called trapping
% time TT.
%
% [A B]=TT(X) computes the TT and the distribution of the
% length of the vertical line structures, stored in B.
% [A B]=TT(X) computes the TT and the lengths of the
% found vertical lines, stored in B. In order to get the
% histogramme of the line lengths, simply call
% HIST(B,[1 MAX(B)]).
%
% Examples: X = crp(rand(200,1),1,1,.3,'fan','silent');
% [v v_dist] = tt(X);
...
...
@@ -21,6 +23,9 @@ function [a_out, b_out]=tt(x)
% $Revision$
%
% $Log$
% Revision 3.2 2005/03/16 11:19:02 marwan
% help text modified
%
% Revision 3.1 2004/11/10 07:07:35 marwan
% initial import
%
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment