CRP function gives a empty distance matrix in GUI section

Bugs found in software.
Post Reply
Eenis_IR
Junior
Posts: 1
Joined: Mon Jun 10, 2024 09:39
Affiliation (Univ., Inst., Dept.): Indian Institute of Technology Madras
Location: Chennai, Tamil Nadu, India
Research field: Complex Networks

CRP function gives a empty distance matrix in GUI section

Post 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.
Attachments
empty_distance_matrix.jpeg
empty_distance_matrix.jpeg (153.83 KiB) Viewed 7309 times
User avatar
Norbert
Expert
Posts: 198
Joined: Wed Jan 4, 2006 11:03
Affiliation (Univ., Inst., Dept.): Potsdam Institute for Climate Impact Research, Germany
Location: Potsdam, Germany
Location: Potsdam Institute for Climate Impact Research, Germany

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

Post by Norbert »

Please send an error report according to these instructions: https://tocsy.pik-potsdam.de/CRPtoolbox ... _faq#error
Post Reply