How can I create custom reference pages for my own system objects and functions?
Mostrar comentarios más antiguos
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
Respuestas (1)
Akshay Kumar
el 10 de Sept. de 2018
0 votos
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 comentario
Analog Devices, Inc. Systems Development Group
el 10 de Sept. de 2018
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!