Get Hyperlink to Help Browser Page
No License
Provide HREF text for Hyperlink to a Help Page Document
Grabs the document link from the page currently open in the MATLAB Help Browser (doc).
HTML text can be provided in MATLAB help pages for functions.
This is useful when a specific help page in the MATLAB documentation needs to be referenced. The doc command itself is only supported (as of R2006a) for function names, not general topics.
However, this function provides text that can be used in a simple HTML command in the help text to achieve this goal.
The function help describes in detail exactly how to take this information and compose it as a hyperlink in the help text of your own M-file function.
Cite As
Abraham Cohn (2024). Get Hyperlink to Help Browser Page (https://www.mathworks.com/matlabcentral/fileexchange/10659-get-hyperlink-to-help-browser-page), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | Another useful link in help text |