Set operationsΒΆ

  • intersect returns the vector of common values of two vectors
  • setdiff returns components of a vector which do not belong to another one
  • union extract union components of a vector
  • unique extract unique components of a vector or matrices

This Page