Friday 15 February 2013

MATLAB code for ball falling in circle 3D graphics


clf;
ellipsoid(1,4,9,1.1,2,3,20)
hold on
cylinder(10,20)
title('\fontsize{24}\bf\color{green}Drop the ball in the circle: MATLAB 3D GRAPHICS')
axis off

No comments:

Post a Comment