need source code for voronoi

2 ビュー (過去 30 日間)
Akhil
Akhil 2023 年 11 月 20 日
コメント済み: Akhil 2023 年 11 月 28 日
I need voronoi and the power voronoi source code to understand how these functions are developed. Kindly help me to find the source code

回答 (1 件)

John D'Errico
John D'Errico 2023 年 11 月 20 日
編集済み: John D'Errico 2023 年 11 月 20 日
Sorry. MathWorks does not give out source code for compiled functions. So unless you are employed there, you don't get the source code in all cases.
HOWEVER, since all you need to do is to do this:
type voronoi
at the command line, you can see the source code. In this case, the code was written in MATLAB itself, and not compiled.
Note that voronoi also calls delaunay internally, and that code is compiled. So you don't get that code. You can check that, since type just tells you that delaunay is a compiled code. The same applies to any other supplied code from TMW. If it is written in MATLAB, then you already have the source code. If it is compiled, then you will not get it.
  1 件のコメント
Akhil
Akhil 2023 年 11 月 28 日
Thanks for the reply. I will try the suggestions

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeVoronoi Diagram についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by