Function Description
This function creates a polygon on top of any figure window.
AUTHOR: Sugato Ray | Created on: 10-FEB-2017 | ray.sugato[at]gmail.com
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
PLEASE ACKNOWLEDGE THE AUTHOR IF YOU USE THIS CODE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
INPUT:
numSides = number of sides to the polygon
vertexMarker = a string to mark the vertices. For example: 'o'
OUTPUT:
p = a structure array with the information on
vertex >> p.vertex
figure >> p.figure
axis >> p.axis
EXAMPLE:
p = createPolygonInFigure(numSides,vertexMarker);
p = createPolygonInFigure(numSides,'o');
p = createPolygonInFigure(numSides);
p = createPolygonInFigure(4); % Quadrilateral w/o marking the vertices
p = createPolygonInFigure(4,'o'); % With vertices marked by 'o'
引用格式
Sugato (2025). createPolygonInFigure(numSides,vertexMarker) (https://www.mathworks.com/matlabcentral/fileexchange/64104-createpolygoninfigure-numsides-vertexmarker), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |