What is the defintion of cpolygon in polygon.builtin class

2 views (last 30 days)
Hi,
I am currently using Matlab's polyshape() function and notice there is a warning talking about "import matlab.internal.polygon.builtin.cpolygon", I tried to find what this cpolygon is and when I type:
>> help matlab.internal.polygon
Below is the sequence of output I have:
Packages contained in matlab.internal.polygon:
builtin
Classes contained in matlab.internal.polygon.builtin:
cpolygon
matlab.internal.polygon.builtin.cpolygon not found.
Use the Help browser search field to search the documentation, or
type "help help" for help command options, such as help for methods.
I am wondering what this cpolygon is? I am trying to figure it out because using polyshape is very important for my project.

Answers (1)

Steven Lord
Steven Lord on 7 Apr 2020
It is part of an internal package, intended only for MathWorks use, and is not documented.

Categories

Find more on Elementary Polygons in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!