Links in method help / documentation

18 vues (au cours des 30 derniers jours)
Simon Parten
Simon Parten le 14 Août 2017
Modifié(e) : Guillaume le 16 Août 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 commentaires
Jan
Jan le 14 Août 2017
Modifié(e) : Jan le 14 Août 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 le 16 Août 2017
Modifié(e) : Simon Parten le 16 Août 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').

Connectez-vous pour commenter.

Réponse acceptée

Sean de Wolski
Sean de Wolski le 16 Août 2017
methods
function foo
% <a href="matlab:disp('Hello World')">Hello!</a>
end
end
  1 commentaire
Simon Parten
Simon Parten le 16 Août 2017
Modifié(e) : Guillaume le 16 Août 2017
Yes. This works.
% <a href="matlab:web('www.mathworks.com','-browser')">Internal Wiki [Display Text]</a>

Connectez-vous pour commenter.

Plus de réponses (1)

Shashank
Shashank le 16 Août 2017
Hi Simon,
Please refer the following Documentation link for more information:
Hope this helps you to get started.
-Shashank
  1 commentaire
Simon Parten
Simon Parten le 16 Août 2017
Modifié(e) : Simon Parten le 16 Août 2017
My apologies, the answer was indeed on this page.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Graphics Object Identification dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by