[Scilab-users] problem with max and min function ...

cpt_nemo johannes.eha at web.de
Wed Dec 19 08:32:02 CET 2012


Seems that your vector is made of complex numbers with imaginary = 0.

Test the following:

t=2+0*%i
min(t)

You will get the same error message.

--> min(real(pb_vector))



--
View this message in context: http://mailinglists.scilab.org/Scilab-users-problem-with-max-and-min-function-tp4025536p4025537.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list