Skip to content
Snippets Groups Projects
Commit 09d3ec30 authored by marwan's avatar marwan
Browse files

minor mods

parent 0d65f87a
No related branches found
Tags v5.22
No related merge requests found
% Cross Recurrence Plot Toolbox.
% Version 5.20 (R30.5) 13-Jul-2016
% Version 5.22 (R32.2) 14-May-2018
%
% ace - Finds optimal transformation and maximal correlation.
% adjust - Adjusts two two-column vectors.
......@@ -66,4 +66,4 @@
% along with this program; if not, write to the Free Software
% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
% Modified at 13-Jul-2016 10:12:47 by MAKEINSTALL
% Modified at 14-May-2018 10:30:21 by MAKEINSTALL
......@@ -113,7 +113,7 @@ pure command-line application of the programmes is also possible.
</p>
<p>
This toolbox requires Matlab 7 or newer.
This toolbox requires MATLAB 7 or newer.
</p>
<p>
......@@ -128,18 +128,18 @@ Parameters in [&nbsp;] are optional.
<table bgcolor="#FF6666" cellpadding=10 width="80%" align=center>
<tr><td>
<font color="#000000">
Starting with Release R2014b, Matlab contains significant changes that
is causing some problems for running the CRP Toolbox in new Matlab
Starting with Release R2014b, MATLAB contains significant changes that
is causing some problems for running the CRP Toolbox in new MATLAB
versions. We have tried to fix several serious issues and
provide an updated CRP Toolbox (R29.0) that
might be mainly compatible to the Matlab releases starting with R2014b.
might be mainly compatible to the MATLAB releases starting with R2014b.
However, due to a new
but less efficient handling of objects within Matlab R2014b, the speed of
but less efficient handling of objects within MATLAB R2014b, the speed of
some functions of the CRP Toolbox will be lowered by a factor up to 10(!).
We have not yet found a good solution to speed up the code (the problem
is not the implementation of the CRP Toolbox but in some Matlab internal
is not the implementation of the CRP Toolbox but in some MATLAB internal
functions related to the object handling).<br><br>
At the moment it is strongly recommend to use Matlab versions up to release
At the moment it is strongly recommend to use MATLAB versions up to release
R2014a and to avoid R2014b (and later).
</font>
</td></tr>
......@@ -192,6 +192,7 @@ George Tzagkarakis (Paris, France),
Arian Taghvamanesh (Tehran, Iran),
Vahndi Minah (London, UK),
Florian Ruch (Munich, Germany),
Mircea Stoica (Hamburg Eppendorf, Germany),
and many more
who have sent me error reports and hints for further improvement of
the toolbox.
......@@ -200,11 +201,11 @@ the toolbox.
<h4>Remarks</h4>
<p>
This toolbox needs Matlab 7 (Matlab 2007) or newer because it uses commands
This toolbox needs MATLAB 7 (MATLAB 2007) or newer because it uses commands
that are not available in previous versions. It is working with
Matlab 2014b, but we recommend to use a Matlab version before this
release because Matlab 2014b is significantly slower than previous
Matlab versions.
MATLAB 2014b, but we recommend to use a MATLAB version before this
release because MATLAB 2014b is significantly slower than previous
MATLAB versions.
</p>
<p>
......@@ -277,6 +278,9 @@ current version: <i><?PHP echo $ver;?></i><br>
last revision: <i><?PHP echo $time; ?></i>
</p>
<p>
<a href="https://www.pik-potsdam.de/impressum">Impressum</a>
</p>
<br>
</td><td>
......
No preview for this file type
......@@ -35,10 +35,7 @@ function xout=jrqa(varargin)
% As the last numeric parameter, the size of the Theiler
% window TW can be specified (default is 1). This window
% excludes the recurrence points parallel to the main
% diagonal from the analysis. The application of the
% Theiler window is useful only for recurrence plots. In
% joint recurrence plots, the size of the Theiler window will
% be set automatically to zero.
% diagonal from the analysis.
%
% Further parameters can be used to switch between various
% methods of finding the neighbours of the phasespace
......@@ -128,6 +125,9 @@ function xout=jrqa(varargin)
% $Revision$
%
% $Log$
% Revision 2.12 2018/05/14 08:29:34 marwan
% fix bug with Theiler window in jrqa
%
% Revision 2.11 2016/03/03 14:57:40 marwan
% updated input/output check (because Mathworks is removing downwards compatibility)
% bug in crqad_big fixed (calculation of xcf).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment