anymate

버전 1.0.0.0 (2.02 MB) 작성자: Jerker Wagberg
Animate Handle Graphics objects
다운로드 수: 4.7K
업데이트 날짜: 2008/4/1

라이선스 없음

편집자 메모: This file was selected as MATLAB Central Pick of the Week

ANYMATE can be used to easily animate Matlab plots. It is very general and is not limited to any specific plot type or specific object. Given a plot function and some data, a useful animation can often be accomplished with just a single line of code. It is also possible to create an animation from existing figures.

The generated animations are not Matlab movies, but are instead real Handle Graphics objects, having the capability to change their appearences in real time. The changes are performed in the background and any Matlab command can be entered while an animation is active, including changing the properties of an animated object.

Plots can be zoomed, panned and rotated while the animation is running.

Animations can be saved as normal .fig files and started immediately, just by opening the file. Animations can also be saved as GIF, AVI and WMV files.

For more information and examples, see the attached HTML file, which, by the way, is the reason for the heavy download size, since the HTML contains animated GIF files.

The author wishes to thank John D'Errico for beta-testing ANYMATE, making sure that ANYMATE also works on a Mac.

인용 양식

Jerker Wagberg (2024). anymate (https://www.mathworks.com/matlabcentral/fileexchange/18210-anymate), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
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

Fixed typo in 'fun=anymate(...)' calling sequence.
Thanks to Andres Tönnesmann for pointing that out.
Documented a way to alleviate out-of-memory problems.