Animate

版本 1.0.0 (482.5 KB) 作者: Lateef Adewale Kareem
This program animates the transformation of one graphic object to another.
22.0 次下载
更新时间 2020/4/14

查看许可证

%ANIMATE can help generate an animation of transformation from one shape to
%another - Created by Lateef Adewale Kareem
%
% Usage:
% x1 = [-1,0,1,-1]; y1 = [0,1,0,0]; % vertices of object 1
% obj1 = patch(x1, y1,'r'); % handle to object 1
% x2 = [-1,-1,1,1,-1]; y2 = [0,1,1,0,0]; % vertices of object 2
% Animate(obj1, x2, y2) animate the transformation form object 1 to 2
%
%
% Input:
% objhndle = handle to the first object
% x2, y2 = vertices of the second object
% videofilename = (optional) name of the video file if you choose to
% recodrd the transformation

引用格式

Lateef Adewale Kareem (2024). Animate (https://www.mathworks.com/matlabcentral/fileexchange/75013-animate), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2020a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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