supertext

easy fstring-like text templates inside mfiles
2 Downloads
Updated 30 Aug 2022

View License

SUPERTEXT returns the text of the first comment block following the call. The block comment delimiters, %{ and %}, must appear on lines by themselves (optionally preceded by white space).
Essentially this provides "heredoc"-capability combined with python-style fstrings to the MATLAB language.
If you want a final end-of-line character then leave a blank line before the %}.
If both comment delimiters are preceded by the same white space (same combination of spaces and tabs) then that white space will be deleted (if possible) from the beginning of each line of the commented text. This is so the whole block can be indented.
Example,
some_variable = 'my custom text'
str = supertext
%{
text is simply returned
{some_variable} that will be inserted by supertext.
{repmat('bla', 1, 3)} will be evaluated and placed in line
%}
SUPERTEXT can be used in an m-file, where it needs to precede a multiline comment or on it's own, when you pass the name of a file containing the template text.

Cite As

Robert Rasche (2024). supertext (https://www.mathworks.com/matlabcentral/fileexchange/116895-supertext), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2022a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: verbatim: Get the text of a block comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0