createStarVertices
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).
Zitieren als
Adam Danz (2026). createStarVertices (https://de.mathworks.com/matlabcentral/fileexchange/89331-createstarvertices), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxTags
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.1.0 | Patch color now based on axis colororder, using default edge color; improved documentation and examples in mlx file. Other minor changes. |
||
| 1.0.1 | Update internal URL to this page. |
||
| 1.0.0 |
