circus() - just a simple circle function to generate circle info for plotting

バージョン 1.1.0.0 (1.87 KB) 作成者: Brad
give circus a radius and it returns circumference coordinates to plot
ダウンロード: 357
更新 2014/2/5

ライセンスの表示

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 (2025). 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. に取得済み.

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFourier Analysis and Filtering についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

updated fileexchange image