BarCode Generator GS1-128
Versión 1.4.0.2 (6,84 KB) por
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');
Citar como
Pedro Villena (2025). BarCode Generator GS1-128 (https://la.mathworks.com/matlabcentral/fileexchange/45062-barcode-generator-gs1-128), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2021a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Computer Vision with Simulink en Help Center y MATLAB Answers.
Etiquetas
Agradecimientos
Inspiración para: qr code
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 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 |
