[Scilab-users] ">" operation error in a some case

Samuel Gougeon sgougeon at free.fr
Thu Oct 27 09:57:57 CEST 2016


Hello

Le 27/10/2016 02:09, fujimoto2005 a écrit :
> I am using  the scilab 6.0 beta 2.
> Please load the attached file 'val.dat' which contains two variable x and y.
> Operation 'x>y' returns the error message 'Undefined operation for the given
> operands.
> check or define function %s_2_s for overloading.'
> I don't know what is the cause and want to fix this error.
.
It is very likely due to the fact that one or both operands are 
complex-encoded.
You may check that with isreal(x) & isreal(y).

HTH
Samuel




More information about the users mailing list