Borrar filtros
Borrar filtros

Does Simulink Report Generator support hyperlinks?

3 visualizaciones (últimos 30 días)
Harish
Harish el 9 de Feb. de 2024
Comentada: Harish el 13 de Feb. de 2024
Hi,
I want to know if Simulink Report Generator supports the creation of Hyperlinks in the generated documentation?
Thanks in advance.

Respuesta aceptada

Nils Hornik
Nils Hornik el 12 de Feb. de 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 comentarios
Nils Hornik
Nils Hornik el 13 de Feb. de 2024
Hi Harish,
yes indeed you can use filpaths instead of URL in an external Link:
Hope that helps
Harish
Harish el 13 de Feb. de 2024
it did help. Thank you.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Reporting and Database Access en Help Center y File Exchange.

Productos


Versión

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by