Links in method help / documentation

19 visualizaciones (últimos 30 días)
Simon Parten
Simon Parten el 14 de Ag. de 2017
Editada: Guillaume el 16 de Ag. de 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 comentarios
Jan
Jan el 14 de Ag. de 2017
Editada: Jan el 14 de Ag. de 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 el 16 de Ag. de 2017
Editada: Simon Parten el 16 de Ag. de 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').

Iniciar sesión para comentar.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (1)

Shashank
Shashank el 16 de Ag. de 2017
Hi Simon,
Please refer the following Documentation link for more information:
Hope this helps you to get started.
-Shashank
  1 comentario
Simon Parten
Simon Parten el 16 de Ag. de 2017
Editada: Simon Parten el 16 de Ag. de 2017
My apologies, the answer was indeed on this page.

Iniciar sesión para comentar.

Categorías

Más información sobre Graphics Object Identification en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by