I have two 3-D vectors:
$$ V_1 = \left[ \begin{array}{r} -0.9597 \\ -0.9597 \\ 8.8703 \end{array} \right] $$
and
$$ V_2 = \left[ \begin{array}{r} -0.9568 \\ -0.9368 \\ 8.8432 \end{array} \right] $$
How would I find the quaternion matrix to represent the rotation between $V_1$ and $V_2$? Specifically, what algorithm would I have to utilize to find it? MatLab code would be of great use!
Thanks in advance.