Convert to Cursor
Version 1.0.0.0 (445 Bytes) by
Richard Medlock
Converts image files to cursor CData.
3K Downloads
Updated
28 Apr 2003
No License
Use a standard paint program like paint shop pro to edit your icons, save them in a MATLAB compatible format (bmp, png, jpeg, etc..)
Use White [RGB(255,255,255)] for areas you want white.
Use Black [RGB(0,0,0)] for areas you want black.
All other colors will be made transparent.
Example:
i = imread('mycursor.bmp');
CData = ConvertToCursor(i);
set(gcf,'Pointer','Custom','PointShapeCData',CData);
Cite As
Richard Medlock (2026). Convert to Cursor (https://uk.mathworks.com/matlabcentral/fileexchange/3328-convert-to-cursor), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R13
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Graphics > Images > Convert Image Type >
Find more on Convert Image Type in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
