How can i encode a string into a datamatrix code?

18 次查看(过去 30 天)
I'm looking for a matlab function that generates datamatrix code (not QR Code) from a string.
datamatrix = generateDataMatrix(String, Length, Width, option)
where datamatrix is a matrix (boole or double)
  1 个评论
Jürgen
Jürgen 2017-11-30
The Matrix containing the barcode in datamatrix format. E.g. the String "DataMatrix" is encoded to the following matrix:
This can be done by a lot of generators in the internet. ( BarCodeGenerator ). But I need a matlab function.

请先登录,再进行评论。

回答(1 个)

Elizabeth Reese
Elizabeth Reese 2017-12-4
There are a few File Exchange submissions about this topic that may be helpful.
There are also a few public solutions on Cody for a simple example.
To implement this yourself, some helpful functions may be dec2bin or imshow for a binary matrix.

类别

Help CenterFile Exchange 中查找有关 Data Import and Management 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by