BarCode Generator GS1-128
Version 1.4.0.2 (6,84 ko) par
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');
Citation pour cette source
Pedro Villena (2026). BarCode Generator GS1-128 (https://fr.mathworks.com/matlabcentral/fileexchange/45062-barcode-generator-gs1-128), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2021a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Computer Vision with Simulink dans Help Center et MATLAB Answers
Tags
Remerciements
A inspiré : qr code
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.4.0.2 | autor name |
||
| 1.4.0.1 | release |
||
| 1.4.0.0 | - Argument evaluation for error elimination.
|
||
| 1.3.0.0 | comments updated |
||
| 1.2.0.0 | update the header |
||
| 1.0.0.0 |
