www.gusucode.com > robotics 案例源码程序 matlab代码 > robotics/ConvertHomogeneousTransformationtoAxisAngleRotationExample.m

    %% Convert Homogeneous Transformation to Axis-Angle Rotation  

% Copyright 2015 The MathWorks, Inc.


%%  
tform = [1 0 0 0; 0 0 -1 0; 0 1 0 0; 0 0 0 1];
axang = tform2axang(tform)