From 5786f81ccc1f7a35b773da85173c3fafb3bc9541 Mon Sep 17 00:00:00 2001 From: marwan <> Date: Thu, 9 Jul 2015 16:13:06 +0000 Subject: [PATCH] README updated --- Readme.m | 54 ++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 42 insertions(+), 12 deletions(-) diff --git a/Readme.m b/Readme.m index fb16e54..9f8dcc1 100755 --- a/Readme.m +++ b/Readme.m @@ -102,9 +102,9 @@ are included. <p> <b>Note:</b> A prototype for estimation of confidence intervals for RQA measures is available at - <a href="http://www.agnld.uni-potsdam.de/~schinkel/rqaci.php" - target="_parent">http://www.agnld.uni-potsdam.de/~schinkel/rqaci.php</a>. -We plan to include it in the CRP toolbox in the near future. + <a href="http://people.physik.hu-berlin.de/~schinkel/rqaci.html" + target="_parent">http://people.physik.hu-berlin.de/~schinkel/rqaci.html</a>. +We plan to include it in the CRP toolbox in a future version. </p> <p>The most @@ -113,7 +113,7 @@ pure command-line application of the programmes is also possible. </p> <p> -This toolbox requires Matlab 7 or higher. +This toolbox requires Matlab 7 or newer. </p> <p> @@ -124,6 +124,30 @@ Parameters in [ ] are optional. </td></tr> <tr valign="top"><td> + +<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 +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. +However, due to a new +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 +functions related to the object handling).<br><br> +At the moment it is strongly recommend to use Matlab versions up to release +R2014a and to avoid R2014b (and later). +</font> +</td></tr> +</table> + + + + <h4>How to get</h4> <p> Look at the <a href="content_install.php">installation notes</a>.<br> @@ -134,6 +158,8 @@ Look at the <a href="content_install.php">installation notes</a>.<br> Get the contact information on the web site of <a href="http://www.pik-potsdam.de/members/marwan/" target=_top>Norbert Marwan</a>. </p> +<a href="https://twitter.com/recurrenceplot" class="twitter-follow-button" data-show-count="false">Follow @recurrenceplot</a> +<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <h4>Thanks</h4> @@ -144,13 +170,11 @@ and Correlation Analysis of Palaeomagnetic and Palaeoclimatic Records</em> within the Priority Programme SP1097 <em>Geomagnetic variations: Spatio-temporal variations, processes and impacts on the system Earth</em> -of the German Science Foundation -(<a href="http://www.dfg.de" target="_blank">Deutsche Forschungsgemeinschaft</a>), +of the German Science Foundation (DFG), the project <em>BONE3D</em> (MAP AO-2004-125) of the Microgravity Application Program/ Biotechnology from the Human Spaceflight Program of the European Space Agency, -and the <a href="http://biosim.fysik.dtu.dk:8080/biosim/" target="_blank">BioSim</a> -Network of Excellence. +and the <i>BioSim</i> Network of Excellence. </p> @@ -163,9 +187,12 @@ Joseph P. Zbilut (Chicago, USA), Simon Mandelj (Slovenia), Denis Mottet (Montpellier, France), Micahel Wess (Vienna, Austria), -and -Eleni Vlahogianni (Athens, Greece) -who sending me error reports and hints for further improvement of +Eleni Vlahogianni (Athens, Greece), +George Tzagkarakis (Paris, France), +Arian Taghvamanesh (Tehran, Iran), +Vahndi Minah (London, UK), +and many more +who have sent me error reports and hints for further improvement of the toolbox. </p> @@ -173,7 +200,10 @@ the toolbox. <h4>Remarks</h4> <p> This toolbox needs Matlab 7 (Matlab 2007) or newer because it uses commands -that are not available in previous versions. +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. </p> <p> -- GitLab