How can I create custom reference pages for my own system objects and functions?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Analog Devices, Inc. Systems Development Group
am 7 Sep. 2018
Kommentiert: Analog Devices, Inc. Systems Development Group
am 10 Sep. 2018
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
0 Kommentare
Antworten (1)
Akshay Kumar
am 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 Kommentar
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!