headcomments
Display Nelson function header comments.
📝Syntax
headcomments(function_name)
ce = headcomments(function_name)
📥Input Arguments
Parameter Description
function_name a string: function name or a .m filename.
📤Output Arguments
Parameter Description
ce a cell of strings
📄Description

head_comments displays the function header comments.

Comments are read from the associated .m file.

Nelson predefined functions have no header comments.

💡Examples
comments = headcomments('cellstr'); md = markdown(comments);inserthtml(md)
Example illustration
🔗See Also
docmarkdowninserthtmlwhich
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub