Linkage Solver

버전 1.0.0.0 (2.29 MB) 작성자: Jed F.
Solves for two unknowns in a mechanical linkage system.
다운로드 수: 2.8K
업데이트 날짜: 2010/6/1

라이선스 보기

link_solver will solve for any two unknowns in a mechanical linkage system. It is precompiled to solve for systems up to 10 mechanical linkages. If the symbolic library is installed then it can be expanded indefinitely.

Example: Given the four bar linkage in the shape of a square, the top bar length and angle is 'unknown'.
[link2, angle2]=fourbar(5,90,[],[],5,270,5,180)
[link2, angle2]=link_solver(5,90,[],[],5,270,5,180)

Will correctly identify that the second link is of length 5 with angle 0.

All functions accept matrix input to solve for multiple orientations at once.
link=link_solver(1,1:360,5,[],.25,-90,[],180);
Will solve for the angles of links 2 and 3 of a mechanical slider four bar system. As linkage 1 is rotated a full 360 degrees.

draw_bar will take the output from link_solver and create a plot for a given mechanical system. This can be put in a for loop to create a movie of the motion of a mechanical linkage system.

Includes documentation, examples (with published code) and movies of mechanical systems.

(fourbar is just a wrapper for link_solver to solve for four bar linkages.)

Also be found on GitHub:
http://github.com/jedediahfrey/Jedediah-Frey-s-MATLABCentral-Projects/tree/master/linkage_solver/

인용 양식

Jed F. (2024). Linkage Solver (https://www.mathworks.com/matlabcentral/fileexchange/27814-linkage-solver), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기
도움

받음: varycolor

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0