Specify hyperlinked text
setHyperlink(text, url)
setHyperlink(text, url)
creates a hyperlink
from the text to the specified URL.
text | Instantiation of the ModelAdvisor.Text class |
url | The target location of the URL |
t1 = ModelAdvisor.Text('MathWorks home page'); setHyperlink(t1, 'https://www.mathworks.com');