You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Copy source of the script to your MATLAB shortcut - e.g. with name Generate Help. Then open your m-file with function and select first line (function declaration with inputs, outputs). Then click on your Generate Help shortcut.
One line bellow first function line will be generated text with template of description.
Example:
========
Selected text:
--------------
function [] = downloadData(name_of_instance)
Created text:
-------------
function [] = downloadData(name_of_instance)
% function [] = downloadData(name_of_instance)
% Function .
%
% INPUT
% name_of_instance [string] ...
%
% OUTPUT
% [] ...
%
% Author: John Smith (john@mail.com)
% Version: 1.0, 20140905
% Changelog:
% 1.0 - first implementation
%
Cite As
Jan (2026). MATLAB help generator (https://www.mathworks.com/matlabcentral/fileexchange/47843-matlab-help-generator), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.2.0.0 (1.39 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
