Ppolar Circle

Version 1.0.0 (1.18 KB) by Jash
Ppolar Circle
0 Downloads
Updated 22 Nov 2023

View License

X1=input('X center');
Y1=input('Y centre');
r=input('radius');
THETA=input('enter the theta');
t=0:0.1:THETA*pi;
x=cos(t);
y=sin(t);
x1=r*x+X1;
y1=r*y+Y1;
 plot(x1,y1);

Cite As

Jash (2026). Ppolar Circle (https://www.mathworks.com/matlabcentral/fileexchange/155402-ppolar-circle), MATLAB Central File Exchange. Retrieved .

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