[Scilab-users] get the intersect x and y

Samuel Gougeon sgougeon at free.fr
Sat Sep 19 21:10:54 CEST 2015


Le 19/09/2015 18:47, fujimoto2005 a écrit :
> Is there any function f(a,b) which return ka where
> [x,ka,kb]=intersect(a,b).
> I want to get only ka.
It's not possible. The first argout can't be skipped, just ignored:
[trash, ka] = intersect(a,b)




More information about the users mailing list