POINTS2CIRCLE

determine the circle through 3 points (v2.0)

現在この提出コンテンツをフォロー中です。

Given three points, this function determines the center and the radius of the circle passing through these three points.

It does so analytically using matrix minors.

Although written in R14, it is likely to work in most (older) versions as well.

Current version 2.0, march 2008

This submission was inspired by a cssm post by Peter Bone on 3-6-2008, and his solution (File ID 19083)

引用

Jos (10584) (2026). POINTS2CIRCLE (https://jp.mathworks.com/matlabcentral/fileexchange/19082-points2circle), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersLinear Algebra についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

shortened algorithm & some minor edits