makeBanner - Big ASCII Style Comment Generator
Editor's Note: This file was selected as MATLAB Central Pick of the Week
- Two font modes: 'big' (6 rows, block-style) and 'mini' (3 rows, compact).
- Supports A–Z, 0–9, and a bunch of symbols (. , : ; ? ! & - _ / \ space).
- Prints in comment format with borders so you can drop banners directly into code as headings.
- Perfect for making sections in scripts more readable (and a bit more fun).
Cite As
Eli Farber (2026). makeBanner - Big ASCII Style Comment Generator (https://in.mathworks.com/matlabcentral/fileexchange/181715-makebanner-big-ascii-style-comment-generator), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.1.3.2 | Fixed missing space on big 'R' character, few aesthetic touchups. |
||
| 1.1.3.1 | Fixed missing space in the bottom lines of the big 'W' character that caused a lag |
||
| 1.1.3 | Updated descrpition |
||
| 1.1.2 | Added backslash and forward slash symbols for both fonts |
||
| 1.1.1 | Added smaller 3-line font (you can either print it as default or use the 6-line bigger font with second input as 'big')
|
||
| 1.1 | Added smaller 3-line font for banner using makeBanner(string, 'mini'), including all digits and symbols. |
||
| 1.0.0 |
