makeBanner - Big ASCII Style Comment Generator
Nota del editor: 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).
Citar como
Eli Farber (2025). makeBanner - Big ASCII Style Comment Generator (https://es.mathworks.com/matlabcentral/fileexchange/181715-makebanner-big-ascii-style-comment-generator), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
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.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 |
