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)
다운로드 수: 1.3K
업데이트 날짜: 2021/6/23

라이선스 보기

[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 CenterMATLAB 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!
버전 게시됨 릴리스 정보
1.4.0.2

autor name

1.4.0.1

release

1.4.0.0

- Argument evaluation for error elimination.
- More character separators for a number string.
- Correction of StartCode selection.

1.3.0.0

comments updated

1.2.0.0

update the header

1.0.0.0