verbatim: Get the text of a block comment.
Have you ever wanted to include a block of text in your m-file without having to worry about quotes ('), end-of-line characters (\n) and other formatting issues? Verbatim will return exactly the text contained in the block comment following the call to verbatim. Example:
str = verbatim;
%{
This is the text
that will be returned by verbatim.
%}
引用格式
Douglas Schwarz (2024). verbatim: Get the text of a block comment. (https://www.mathworks.com/matlabcentral/fileexchange/23194-verbatim-get-the-text-of-a-block-comment), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
致谢
启发作品: INLINEDEF: Define functions in scripts, mexme - write MEX files in no time, Export figure to 3D interactive PDF, Matlab mesh to PDF with 3D interactive object
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!