Does Simulink Report Generator support hyperlinks?

Hi,
I want to know if Simulink Report Generator supports the creation of Hyperlinks in the generated documentation?
Thanks in advance.

 Akzeptierte Antwort

Nils Hornik
Nils Hornik am 12 Feb. 2024
Hi Harish,
yes there are severval hyperlink types which can be included into a MTALAB/Simulink report:
You could take this example, which already uses internal hyperlinks to link the diagram components to detail views:
Than add these lines to add an external links (after line 22):
append(rpt,ExternalLink('https://www.mathworks.com/','MathWorks'));
add(rpt,PageBreak);
Hope that helps

3 Kommentare

Harish
Harish am 13 Feb. 2024
Thanlks for the answer. It helps :-)
Also could you let me know if it is possible to add internal links instead of external links fron the web? Internal links in the sense, linking to documents or some other file available locally.
Hi Harish,
yes indeed you can use filpaths instead of URL in an external Link:
Hope that helps
Harish
Harish am 13 Feb. 2024
it did help. Thank you.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Reporting and Database Access finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2023b

Gefragt:

am 9 Feb. 2024

Kommentiert:

am 13 Feb. 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by