필터 지우기
필터 지우기

Links in method help / documentation

조회 수: 20 (최근 30일)
Simon Parten
Simon Parten 2017년 8월 14일
편집: Guillaume 2017년 8월 16일
I'd like to understand why this link is not displayed in the help documentation?
function obj = occScenarios()
% <http://www.mathworks.com MathWorks>
end
I would very much like to be able to link to an external source to be able to direct a user toward help.
  댓글 수: 2
Jan
Jan 2017년 8월 14일
편집: Jan 2017년 8월 14일
Where do you want these links to be accessible? In the output of help to the command window? In the editor directly? In the doc browser of Matlab? What exactly is "in the help documentation"?
Simon Parten
Simon Parten 2017년 8월 16일
편집: Simon Parten 2017년 8월 16일
If I press f1 with the text for a class highlighted, I get help.
I haven't found matlab documentation / help options to be particulaly good, or user friendly. Instead, I want to link to an internal wiki for help with any custom objects.
This has worked well where the help is the class or function signature. However, even if one has the object in the workspace (so that matlab knows it's type), and you search for help on the function, no link is displayed. It just displays blank, where in the example below (for the class summary), there is a link.
MY question, is why are these behaviours different?
i.e. I want the picture above, method comments and properties of objects to render links (instead of blank) in their help documentation (by pressing f1, when the object is in the workspace, so that matlab knows the 'type' of the object').

댓글을 달려면 로그인하십시오.

채택된 답변

Sean de Wolski
Sean de Wolski 2017년 8월 16일
methods
function foo
% <a href="matlab:disp('Hello World')">Hello!</a>
end
end
  댓글 수: 1
Simon Parten
Simon Parten 2017년 8월 16일
편집: Guillaume 2017년 8월 16일
Yes. This works.
% <a href="matlab:web('www.mathworks.com','-browser')">Internal Wiki [Display Text]</a>

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Shashank
Shashank 2017년 8월 16일
Hi Simon,
Please refer the following Documentation link for more information:
Hope this helps you to get started.
-Shashank
  댓글 수: 1
Simon Parten
Simon Parten 2017년 8월 16일
편집: Simon Parten 2017년 8월 16일
My apologies, the answer was indeed on this page.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Graphics Object Identification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by