function [intersection] = Intersection(A, B) intersection = intersect(A, B); end