Convert a character into a pixel matrix

18 ビュー (過去 30 日間)
Daniel
Daniel 2014 年 7 月 16 日
回答済み: Daniel 2014 年 7 月 16 日
Hi,
I need a function that converts a text character into a pixel matrix.
The reason is that I need to create a toolbar with uipushtools that are marked with integer numbers, so I need to convert the character that represents an integer number into a 16x16 matrix that I can then feed into to CData property of the uipushtool
Of course, the ideal solution would be to have uipushtool-like tool in a toolbar in which instead of a CData one could pass a string, but.... well, I don't see how.
Thanks for any advice! D.

採用された回答

Image Analyst
Image Analyst 2014 年 7 月 16 日

その他の回答 (2 件)

Dima Lisin
Dima Lisin 2014 年 7 月 16 日
If you have a recent version of MATLAB with the Computer Vision System Toolbox, you can use the insertText() function.

Daniel
Daniel 2014 年 7 月 16 日
exactly what I needed... thanks!

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by