CIRCUS
[xp yp] = circus(r)
[xp yp] = circus(r,xc,yc)
[xp yp zp] = circus(r,xc,yc,zc)
Description
[xp yp] = circus(r) takes a radius 'r' and returns vectors xp and yp corresponding to the x,y boundary points of a circle centered at 0
[xp yp] = circus(r,xc,yc) takes a radius 'r' and the x,y coordinate-center positions 'xc' and 'yc' and returns vectors xp and yp corresponding to the x,y boundary points of a circle centered at xc,yc
[xp yp zp] = circus(r,xc,yc,zc) same as circus(r,xc,yc) and includes z-axis coordinates
Brad (2021). circus() - just a simple circle function to generate circle info for plotting (https://www.mathworks.com/matlabcentral/fileexchange/45399-circus-just-a-simple-circle-function-to-generate-circle-info-for-plotting), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
can you plot it in a triangular plane with x,y and z intercepts as a,b and c respectively.??