Interpolate_Homogen​eous_Transformation

Interpolate Homogeneous Transformation Matrix

You are now following this Submission

Interpolation Homogeneous Transformation Matrix in SE3 (linear path) and se3 (screw motion).
Core Function:
% T0,T1: Initial, Goal
% s_path: steps, from 0 to 1, percentage of the path
% type: linear or screw motion
T_path = interpSE3(T0,T1,s_path,'linear');
T_path = interpSE3(T0,T1,s_path,'screw');
This function avoid any loop, so it is very fast to deal with large number of points.
Detail see demo_Interpolate_SE3.mlx

Cite As

HS Ding (2026). Interpolate_Homogeneous_Transformation (https://uk.mathworks.com/matlabcentral/fileexchange/167656-interpolate_homogeneous_transformation), MATLAB Central File Exchange. Retrieved .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0