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 LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
