Documentation for List of Functions

If I click on a Toolbox in the MATLAB Help Browser, it leads me to the front page of the toolbox. Then, they have a category, "Functions", where you can click on "By Category" and "Alphabetical List". When I do that, I get a "Function Reference" page with a list of classes, its respective functions, and a brief h1line description of it. Is there anyway for me to automatically generate this Function Reference page? (Something similar to http://cnx.org/content/m11623/latest/Matlab_trigonometric.png)
Thanks!

4 Comments

What does "automatically generate" mean? Do you mean to launch the help with that particular page showing?
So in http://www.mathworks.com/help/techdoc/matlab_prog/f3-40511.html#bsbctq6 it shows you how to make your own function listing. But it basically involves you copy/pasting each function name and it'll then retrieve the h1line or something like that. I have many, many functions that needs frequent updating, so doing that would be rather inefficient.
My guess is how to generate a similar page for a user defined toolbox.
Is there any way to do that? I actually just copy/pasted the code for the front page, and used Paint to change the heading image.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Asked:

on 29 May 2012

Community Treasure Hunt

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

Start Hunting!