Watt Linkage Animation

版本 1.0.0.0 (2.4 KB) 作者: Dmitry Savransky
Solve the equations of motion for, and animate an arbitrary 3 bar Watt Linkage.
1.4K 次下载
更新时间 2009/5/22

查看许可证

[t,z,r_PO] = wattLinkage(n,npathpoints,lengths,omega) integrates the equations of motion for a 3 bar Watt linkage and animates the motion of the system over n cycles (one cycle is defined as a full sweep top to bottom).

npathpoints determines the number of trajectory points to plot (Inf by default, for all).
lengths is an optional 3 element array of linkage lengths ([3,1,3] by default).

omega is the angular rate in radians per second (0.5 by default).

The returned values are the integrator outputs (t and z) and the position of the center of the intermediate bar.

% Example
% % animate system over 10 cycles
% wattLinkage(10);
% %animate asymmetric linkage
% [t,z,r_PO] = wattLinkage(5,[],[5 1 2]);

引用格式

Dmitry Savransky (2024). Watt Linkage Animation (https://www.mathworks.com/matlabcentral/fileexchange/24237-watt-linkage-animation), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2008b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Animation 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0