From: Asif Nawaz on
I want to print the values with this mesage that causes the problem. How can i do that?

abu-mustafa <bassqqad(a)yahoo.com> wrote in message <ef4a62f.-1(a)webcrossing.raydaftYaTP>...
> Hello every body,
> Im working on ANFIS sytem for color segmentation.
> When i want to evaluate the ANFIS i got this error:
> Eval_Anfis=evalfis(data,fis);
>
> Warning: Some input values are outside of the specified input range.
> > In evalfis at 73
>
> But when i used the command (evalfismex).There was no error.
>
> MY Question :
> What is the difference between (evalfis) and (evalfismex).