COLORPIXEL

Creates patch(es) of a user-specified color at user-specified x- y- positions.
334 descargas
Actualizado 1 Sep 2016

Ver licencia

Paint individual pixels or matrix coordinates in the current axes!
SYNTAX:
P = COLORPIXEL(XPOS,YPOS,COLOROPT)

Creates patches on the current axes corresponding to the x-,y- positions specified by vectors XPOS and YPOS, of a color specified by COLOROPT default: 'r'). Uses the PATCH command, so is constrained by anything that constrains patches.

INPUTS:
XPOS is a vector of x (column) positions.
YPOS is a vector (the same length as XPOS) of y (row) positions.
COLOROPT is an RGB color or standard string recognized as a color by MATLAB. (Default = 'r').

OUTPUTS:
P is a vector of handles to patch objects. (Note that all patches are created, for convenience, with a tag of 'colorpixel'.) All patches are modifiable using the handles to the patch objects.

Citar como

Brett Shoelson (2024). COLORPIXEL (https://www.mathworks.com/matlabcentral/fileexchange/31088-colorpixel), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2011a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Polygons en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.1

Updated license

1.0.0.0