image thumbnail
from Eular angles GUI by Maxim Vedenyov
Eular angles visualization and connection with axis-angle rotation.

set_zeros
function set_zeros
% set zeros to angles
global phi theta psi

set(phi,'string','0');
set(theta,'string','0');
set(psi,'string','0');

enter_eul_angs;

Contact us at files@mathworks.com