Links and Publishing in 2020b
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Florian Rössing
le 13 Avr 2021
Réponse apportée : Monisha Nalluru
le 16 Avr 2021
I am trying around with publishing and insert something like
<a href="matlab:web('https://www.mathworks.com')"> Link </a>
as a comment, the link that it is produced looks like this:
Seems like it interprets everything in < > as a link. But hten how do i get a custom text to be a link?
Looking at the documentation like https://www.mathworks.com/help/releases/R2020b/matlab/matlab_prog/add-help-for-your-program.html?searchHighlight=Add%20Help%20for%20Your%20Program&s_tid=doc_srchtitle
it should work with my approach. But it doesnt.
0 commentaires
Réponse acceptée
Monisha Nalluru
le 16 Avr 2021
Try runing following commands in CommandPrompt
restoredefaultpath
rehash toolboxcache
If any changes are made to default matlab function that help displaying links, these commands help functions to set to default.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Spectral Measurements dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!