BarCode Generator GS1-128
バージョン 1.4.0.2 (6.84 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 (2025). BarCode Generator GS1-128 (https://jp.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!