How to create Contents.m from command window

7 views (last 30 days)
I'm looking for a way to create the Contents.m file using a command (ie. not the GUI Reports -> Contents)

Accepted Answer

Friedrich
Friedrich on 1 Mar 2012
Hi,
to start the report:
runreport('contentsrpt')
To create the contents.m file:
makecontentsfile
Both commands are undocumented, but you can look at the code of these functions.

More Answers (1)

Andrew O'Connor
Andrew O'Connor on 2 Mar 2012
Thanks Friedrich, very helpful!

Categories

Find more on Software Development Tools in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!