How can I publish all the sub-functions, sub-sub-functions, etc. into a single html/pdf file?

3 views (last 30 days)
I have a function, which is dependent on some user-defined functions, which in turn are dependent on some other user-defined functions and so on. Is there a way in which I can publish all the dependent functions along with the main function into a html/pdf file? (Note: It should show one function only once even if it has been used multiple time, such as in loops or recursively.)

Answers (1)

Sean de Wolski
Sean de Wolski on 16 Dec 2013
  4 Comments

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!