Syntax
[FP,FPall]=checkfourbar3Posepermutation(A,B,S,[dws])
Input Parameter
A : | | Pose starting points |
B : | | Pose end points |
S : | | Solutions created by center3Pose |
dws : | | distance and angle; default is first |
Property names
'L1' : Interval for L1; default is [0 inf]
'L2' : Interval for L12; default is [0 inf]
'R' : Interval for R; default is [0 inf]
'D' : Interval for D; default is [0 inf]
'C' : Interval for elbow-config C; default is [1 2]
'U' : Values for rotation [0 1 10 11]
'ka' : Interval for kA; default is [0 inf]
'kb' : Interval for kB; default is [0 inf]
'x' : ?
'y' : ?
'CPLA' : ?
'CPLB' : ?
Output Parameter
FP : | | Existing Solution list [L1 L2 R D C U A0 B0 iA iB kA kBd w] |
FPall : | | Table containing all possible parameters |
Examples
center3Pose(PS.A,PS.B,[-20:.1:20],'',0); S=ans; CPLplot(CPLsample(4)); FP=checkfourbar3Posepermutation(PS.A,PS.B,S);
checkfourbar3Posepermutation(PS.A,PS.B,FP,'');
checkfourbar3Posepermutation(PS.A,PS.B,FP,'','l1rd',[4 12]);
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
Last html export of this page out of FM database by TL: 2025-09-21