createStarVertices
Versione 1.1.0 (1,99 MB) da
Adam Danz
Creates vertices for stars with customizable number of rays, position, size, and orientation.
xy = createStarVertices(nrays)
Creates vertices of a star with nrays number of rays. xy is an mx2 matrix of (x,y) vertices.
[xy, h] = createStarVertices(ax, nrays)
Plots the star on axes ax as a patch object.
createStarVertices(__,nrays, center, diameters, orientation)
Specifies the position of the star (center = [x,y]), the size (diameters = [inner, outer]), and the orientation (degrees rotation).
Cita come
Adam Danz (2024). createStarVertices (https://www.mathworks.com/matlabcentral/fileexchange/89331-createstarvertices), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2021a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.