Function to draw ellipse.

ellipse( ) allows one to draw ellipse at desired location with user specified inclination.
37 Downloads
Updated 29 Nov 2020

View License

ellipse(x, y, a, b, inclination, c) ---> (x, y) is the location of the center. 'a' and 'b' are the length of semi-axes and 'inclination' is the angle between semi-major axis and x-axis in degree. 'c' is to specify color.

Cite As

Mayur Sanjay Sawant (2026). Function to draw ellipse. (https://www.mathworks.com/matlabcentral/fileexchange/83503-function-to-draw-ellipse), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.0.1

Earlier version has a error. The order was operation was translation + rotation, which is incorrect. This has been corrected in the latest file.

1.0.0