Page 1 of 1

error using crp

Posted: Wed Jul 12, 2017 16:45
by bserranito
Hi everybody,

I just download and install the CRP Toolbox and i tried to running example of CRP function as following:

a=sin((1:1000)*2*pi/67);
crp(a,'nonorm','euclidean')


Infortunatly a error message appear

??? Error using ==> nargoutchk
Not enough input arguments.

Error in ==> crp at 201
nargoutchk(0,1)


I used a Matlab version 7.5 so a download the narginchk function from https://gist.github.com/hagenw/5642886 as advised by the FAQ.

Someone could help me

Many thanks