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

    %% Convert Axis-Angle Rotation to Homogeneous Transformation  

% Copyright 2015 The MathWorks, Inc.


%%  
axang = [1 0 0 pi/2]; 
tform = axang2tform(axang)