Code covered by the BSD License  

Highlights from
Publish dependent and called functions

from Publish dependent and called functions by Nick Angelini
Publish explicitly called functions not found in the MATLAB root. See mfile for limitations.

publish_all_example.m
%% Clean up
clear all; clc

%% Publish top level functions

% new_doc=publishdepfun('Volume_Flow_Study');

% if no output variable will display the published html
publishdepfun('Volume_Flow_Study')
%% Seeing the appended Doc
% web(new_doc)

Contact us at files@mathworks.com