How can I publish all the sub-functions, sub-sub-functions, etc. into a single html/pdf file?
Show older comments
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
on 16 Dec 2013
0 votes
4 Comments
Prakhar
on 16 Dec 2013
Sean de Wolski
on 16 Dec 2013
Edited: Sean de Wolski
on 16 Dec 2013
Modify it to support further nesting :).
Unfortunately I don't have a better answer for you at this time.
Prakhar
on 16 Dec 2013
Prakhar
on 16 Dec 2013
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!