BarCode Generator GS1-128
版本 1.4.0.2 (6.8 KB) 作者:
Pedro Villena
Generate a barcode image (BMP file) using GS1-128 symbology specifications (section 5.3)
[file,text] = barCode128gen(code)
Where:
code => number or alphanumeric string.
file <= barcode image file name.
text <= standarized string code.
Example:
barCode128gen(123.4567890);
barCode128gen('123.456.789');
barCode128gen('123-456-789');
barCode128gen('(123)123456789');
barCode128gen('GS01-0128');
引用格式
Pedro Villena (2024). BarCode Generator GS1-128 (https://www.mathworks.com/matlabcentral/fileexchange/45062-barcode-generator-gs1-128), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2021a
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Computer Vision with Simulink 的更多信息
标签
致谢
启发作品: qr code
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!