How can I use hyperlinks to two different targets in a PDF report using reportgen?

3 views (last 30 days)
I am writing a script to create a report containing diagrams from my simulink model.
I have some repetitive blocks, so I do not want to display their diagrams over and over. Instead, I want to only display the diagram once, while keeping a hyperlink from all instances to this same diagram.
I looked into this https://nl.mathworks.com/help/rptgenext/ug/customize-simulink-diagram-hyperlinks-in-html-and-pdf-reports.html and from here I understand that by using the LinkTarget property, we can select what subsystem shall be clicked in order to go to this diagram. However, I need to have a diagram with multiple LinkTargets, i.e. clicks of different subsystems can take me to the same diagram.
Is that possible?

Answers (0)

Categories

Find more on Simulink Report Generator in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!