How can I create custom reference pages for my own system objects and functions?

3 views (last 30 days)
I'm trying to create custom reference pages for my system objects, blocks, ... . The doc page here (https://www.mathworks.com/help/matlab/matlab_prog/display-custom-documentation.html) says you can do this but doesn't provide details on how to get the doc command to point to a custom page. Right now things only go to the auto-generated pages.
Is there a convention here? Is this even possible?
-Travis

Answers (1)

Akshay Kumar
Akshay Kumar on 10 Sep 2018
You can go through this MATLAB answer for information about customizing the help documentation for Simulink blocks
In addition, you can also refer this document for using the ‘doc’ command to create documentation for classes and this MATLAB answer for other alternate ways to generate documentation for your code.
  1 Comment
Analog Devices, Inc. Systems Development Group
Thanks for the answer, but as I mentioned I don't want to use the auto-generated pages. I want the doc command to point to custom HTML like existing MathWorks authored functions.

Sign in to comment.

Categories

Find more on Multicore Processor Targets in Help Center and File Exchange

Tags

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!