[Scilab-users] Removing elements of one vector from another vector

Rafael Guerra jrafaelbguerra at hotmail.com
Sun Aug 19 13:06:19 CEST 2018


Hi,

An alternative to remove all occurrences of 'b' in 'a' is to do:   a(~members(a,b))

Regards,
Rafael


More information about the users mailing list