Page 1 of 1

CRP function gives a empty distance matrix in GUI section

Posted: Mon Jun 10, 2024 09:51
by Eenis_IR
Hi,
While I was trying to use the crp () function, in the GUI I got the time series but I got an empty distance matrix. How can I resolve the issue?
My code was simple:
b = 0:100:10000;
b = b.*180/pi;
x = sin(b);
y = cos(b);
z = -sin(b);

crp(x,y);

I even tried the example code given with crp() but even that shows empty matrix/plot.

Re: CRP function gives a empty distance matrix in GUI section

Posted: Sat Jul 6, 2024 18:43
by Norbert
Please send an error report according to these instructions: https://tocsy.pik-potsdam.de/CRPtoolbox ... _faq#error