필터 지우기
필터 지우기

add help to live function

조회 수: 7 (최근 30일)
Thomas Jacob
Thomas Jacob 2020년 5월 13일
답변: Anmol Dhiman 2020년 6월 19일
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.
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

답변 (1개)

Anmol Dhiman
Anmol Dhiman 2020년 6월 19일
Hi Thomas,
You cannot change the help text for pre defined functions in MATLAB.
Thanks,
Anmol Dhiman

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by