symfunchng

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Symbolics tools
Introduced first in SolidGeometry 1.1, Creation date: 2013-09-28, Last change: 2025-09-14

changes the parameter of a given equation

Description

Within a kinematic chain, often the same equations are used to describe the DoF of a joint. During symbolic calculations it is necessary to distinguish the joint related parameter.
F(x,y) => F(A_x,A_y)

Example Illustration

 missing image of symfunchng(AF,L)

Syntax

[AF,a]=symfunchng(AF,L)

Input Parameter

AF: symbolic function
L: Letter for specification of a joint

Output Parameter

AF: symbolic function with changed parameters
a: argnames

Examples

Change the angle w by a joint related angle A_w
syms R(w);
R(w)=[cos(w) -sin(w) 0 0;sin(w) cos(w) 0 0; 0 0 1 20+w; 0 0 0 1]
F=symfun2sym(R,'A')




Copyright 2013-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)

Algorithm explaination created using ChatGPT on 2025-08-19 00:36. (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