PLofT

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Kinematics and Frames
Introduced first in SolidGeometry 4.5, Creation date: 2019-03-21, Last change: 2025-09-14

returns a point list path from the translation part of a list of HT matrices

Description

could also be named PLpathofT

See Also: TofPLpath , radofT

Example Illustration

 missing image of PLofT(T0)

Syntax

PL=PLofT(T0)

Input Parameter

T0: List of matrices in 2D

Output Parameter

PL: Point list

Examples


PLofT(TofPLpath(PLsample(9)))




Copyright 2019-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Algorithm (Workflow)

This function, PLofT, is designed to extract a point list from the translation part of a list of homogeneous transformation (HT) matrices. It is part of the SolidGeometry library and was introduced in version 4.5.

Input Parameters

Output Results

Algorithm Explanation

The function begins by checking the size of the second dimension of the input matrix list T0:

The function uses the squeeze function to remove singleton dimensions from the extracted data, and the transpose operator (') to ensure the point list is in the correct orientation.

Additional Functionality

If the function is called without output arguments (nargout == 0), it performs additional operations:

This function is useful for visualizing the path described by a series of transformation matrices, particularly in robotics and kinematics applications.

Algorithm explaination created using ChatGPT on 2025-08-18 22:40. (Please note: No guarantee for the correctness of this explanation)

Last html export of this page out of FM database by TL: 2025-09-21