Bouncing Smiley Face

버전 1.2.0.0 (4.65 KB) 작성자: Husam Aldahiyat
Exaggerated and somewhat cartoonish simulation of the physics of a bouncing smiley face.
다운로드 수: 3.5K
업데이트 날짜: 2009/2/25

라이선스 보기

The laws for rotation are probably wrong (I made them up actually), but that's not what this file is about. Shown here is a very simple code that creates a nice animation, which can be quickly edited to suit anyone's needs.

The parameters are ball radius, gravity, initial velocity in the Y direction, initial velocity in the X direction, vertical speed conservation (%), horizontal speed conservation (%) and initial angular velocity.

Please note that the ball may stop moving at different locations for different trials, even with the same input parameters. This is due to the slight randomization of the deformations of the ball and the ground, which could lead to the ball getting "stuck" to the ground at times and stopping there. This is normal and deliberate.

Set the vertical speed conservation as a value larger than 100 (e.g. 130) for a small bonus ;)

인용 양식

Husam Aldahiyat (2024). Bouncing Smiley Face (https://www.mathworks.com/matlabcentral/fileexchange/23081-bouncing-smiley-face), MATLAB Central File Exchange. 검색됨 .

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

받음: Bouncing Ball Physics

Community Treasure Hunt

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

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

Code now works on systems without the Image Processing Toolbox.

1.1.0.0

Fixed eccentricity error, horizontal conservation error.

1.0.0.0