Links in method help / documentation
15 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Sean de Wolski
on 16 Aug 2017
methods
function foo
% <a href="matlab:disp('Hello World')">Hello!</a>
end
end
1 Comment
More Answers (1)
Shashank
on 16 Aug 2017
Hi Simon,
Please refer the following Documentation link for more information:
Hope this helps you to get started.
-Shashank
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!