makeEllipse(theta, n )

Version 1.0.0.0 (588 Bytes) by Flora Lee
%generates and plots (x,y) coordinates for ellipse
45 Downloads
Updated 17 Sep 2015

View License

%INPUT:
%theta=tilt angle in radians
%n = number of points to draw the ellipse
%OUTPUT:
%xt = acos(t)cos(theta)-bsin(t)sin(theta)
%yt = bsin(t)cos(theta)+acos(t)sin(theta)

Cite As

Flora Lee (2026). makeEllipse(theta, n ) (https://www.mathworks.com/matlabcentral/fileexchange/53066-makeellipse-theta-n), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Version Published Release Notes
1.0.0.0