createPolygonInFigu​re(numSides,vertexM​arker)

Version 1.0.0.0 (1.86 KB) by Sugato
This function creates a polygon on top of any figure window.
16 Downloads
Updated 12 Aug 2017

View License

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'

Cite As

Sugato (2025). createPolygonInFigure(numSides,vertexMarker) (https://www.mathworks.com/matlabcentral/fileexchange/64104-createpolygoninfigure-numsides-vertexmarker), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Elementary Polygons in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0