Links in method help / documentation

19 Ansichten (letzte 30 Tage)
Simon Parten
Simon Parten am 14 Aug. 2017
Bearbeitet: Guillaume am 16 Aug. 2017
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 Kommentare
Jan
Jan am 14 Aug. 2017
Bearbeitet: Jan am 14 Aug. 2017
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 am 16 Aug. 2017
Bearbeitet: Simon Parten am 16 Aug. 2017
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').

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 16 Aug. 2017
methods
function foo
% <a href="matlab:disp('Hello World')">Hello!</a>
end
end
  1 Kommentar
Simon Parten
Simon Parten am 16 Aug. 2017
Bearbeitet: Guillaume am 16 Aug. 2017
Yes. This works.
% <a href="matlab:web('www.mathworks.com','-browser')">Internal Wiki [Display Text]</a>

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Shashank
Shashank am 16 Aug. 2017
Hi Simon,
Please refer the following Documentation link for more information:
Hope this helps you to get started.
-Shashank
  1 Kommentar
Simon Parten
Simon Parten am 16 Aug. 2017
Bearbeitet: Simon Parten am 16 Aug. 2017
My apologies, the answer was indeed on this page.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Graphics Object Identification 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!

Translated by