Syntax
[ci,s,ord,corg,wres,A0,B0]=checkfourbar3Pose(A,B,S,[dws,k,pl,ki])
Input Parameter
A : | | Starting Points of 3 Poses |
B : | | Ending Points of 3 Poses |
S : | | Solutions comming from center3Pose |
dws : | | selected pair of distance and angle |
k : | | selected values for k; default are first and last of S |
pl : | | length of pose |
ki : | | Direct access to k values |
Output Parameter
ci : | | configuration for pose of a fourbar linkage |
s : | | rotation segment for earch pose |
ord : | | movement order of poses; right-hand-rule |
corg : | | original configuration for each pose |
wres : | | angle segments; 0 => no solution exist; [] => no limits exist |
A0 : | | Rotation center of crank |
B0 : | | Rotation center of swing |
Examples
PS=Posesample(7);
center3Pose(PS.A,PS.B,[0 1],0,0); S=ans, CPLplot(CPLsample(4)); checkfourbar3Pose(PS.A,PS.B,S)
center3Pose(PS.A,PS.B,[0 3],0,0); S=ans, CPLplot(CPLsample(4)); checkfourbar3Pose(PS.A,PS.B,S)
center3Pose(PS.A,PS.B,[-3 3],0,0); S=ans, CPLplot(CPLsample(4)); checkfourbar3Pose(PS.A,PS.B,S)
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