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
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.