Search found 1 match
- Mon Jun 10, 2024 09:51
- Forum: Bugs
- Topic: CRP function gives a empty distance matrix in GUI section
- Replies: 1
- Views: 154232
CRP function gives a empty distance matrix in GUI section
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 e...