Main Content

setHyperlink

Class: ModelAdvisor.Image
Namespace: ModelAdvisor

Specify hyperlink location

Syntax

setHyperlink(image, url)

Description

setHyperlink(image, url) specifies the target location of the hyperlink associated with image.

Input Arguments

image

Instantiation of the ModelAdvisor.Image class

url

The target URL

Examples

matlab_logo=ModelAdvisor.Image;
setHyperlink(matlab_logo, 'https://www.mathworks.com');