MATLAB: How can i morphing a circle

doit4meno attempt

The image of a circle to be transformed into an ellipse image using geometric effector. Develop code in MATLAB.

Best Answer

See the FAQ: How do I create a circle? You can take the 4th example and make it do an ellipse by giving x and y different sized radii. Good luck.