ellipse.m

バージョン 1.1.1.0 (2.3 KB) 作成者: David Long
Adds ellipses to the current plot
ダウンロード: 50.1K
更新 2021/3/16

ライセンスの表示

編集メモ: This file was selected as MATLAB Central Pick of the Week

Adds ellipses to the current plot. The ellipses are specified by the semimajor axis radius, the semiminor axis radius, the orientation of the semimajor axis with an angle from the x-axis, and the ellipse center. The color can specified and multiple ellipses can be plotted with the same call. Optionally returns handles to the lines used to plot the ellipse shapes.

引用

David Long (2024). ellipse.m (https://www.mathworks.com/matlabcentral/fileexchange/289-ellipse-m), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2017a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersAnnotations についてさらに検索
タグ タグを追加
謝辞

ヒントを与えたファイル: psharma15/get-mve, justinblaber/image_match

Community Treasure Hunt

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

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

Revised the comments section to respond to user suggestions.

1.1.0.0

updated and corrected usage notes in documentation
set so that handles to ellipses are only returned when an output is specified

1.0.0.0