error using crp

Bugs found in software.
Post Reply
bserranito
Junior
Posts: 2
Joined: Wed Jul 12, 2017 11:19
Affiliation (Univ., Inst., Dept.): Toulon University
Location: Toulon, South of France
Research field: Marine Biology

error using crp

Post 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
Post Reply