COLORPIXEL

Creates patch(es) of a user-specified color at user-specified x- y- positions.
ダウンロード: 334
更新 2016/9/1

ライセンスの表示

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.

引用

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

MATLAB リリースの互換性
作成: R2011a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersPolygons についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.1

Updated license

1.0.0.0