CROSS Cross Product of Two Vectors

Section: Mathematical Functions

Usage

Computes the cross product of two vectors. The general syntax for its use is
    c = cross(a,b)

where a and b are 3-element vectors.