[Scilab-users] find function failure in scilab6

2015-09-01 Thread fujimoto2005
Dear all. Save the attached file in current diorectry and run the following script. ** load('test.dat'); disp(x);//x contains 0.1 as the 3rd elemnt. disp(y);//y is 0.1 z=find(x==y); disp(z)//failure because z returns [] instead 3. Since x contains y as the 3rd element , find(x==y) should

Re: [Scilab-users] find function failure in scilab6

2015-09-01 Thread fujimoto2005
Hello Serge Steer As you suggested, x(3)-y = - 1.388D-17. I must improve to genarate values of x. Thanks a lot. Best regards. -- View this message in context: http://mailinglists.scilab.org/find-function-failure-in-scilab6-tp4032767p4032769.html Sent from the Scilab users - Mailing Lists