add help to live function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I would like to know if there is a way to change what the help generate for the syntax of a function and also the see also.
![](https://www.mathworks.com/help/matlab/matlab_prog/live_function_documentation_example_formatting.png)
![](https://www.mathworks.com/help/matlab/matlab_prog/live_function_documentation_example_doc.png)
Here in this example found there: Matlab help, the user write a function with two different syntax and check the case with nargin. In his description he explains the two different syntaxes:
c = addme(a)
c = addme(a,b)
But within the help of matlab, a section called syntax is generated where only one option is shown:
c = addme(a,b)
Further more at the end the user try to generate some help link with: See also, but the links are not clickable.
Is there a way to change that?
Thanks in advance
0 Kommentare
Antworten (1)
Anmol Dhiman
am 19 Jun. 2020
Hi Thomas,
You cannot change the help text for pre defined functions in MATLAB.
Thanks,
Anmol Dhiman
0 Kommentare
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!