Code covered by the BSD License
function x_cross = get_x_cross(x) x_cross = [0 -x(3) x(2); x(3) 0 -x(1); -x(2) x(1) 0]; end
Contact us