Does Simulink Report Generator support hyperlinks?

조회 수: 1 (최근 30일)
Harish
Harish 2024년 2월 9일
댓글: Harish 2024년 2월 13일
Hi,
I want to know if Simulink Report Generator supports the creation of Hyperlinks in the generated documentation?
Thanks in advance.

채택된 답변

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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Reporting and Database Access에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by