MATLAB: How to add a hyperlink of a pdf file within Simulink

etchyperlinklinkpdfRequirementssimulink

Dear all,
How can i add a hyperlink from a pdf file in my Simulink model?
I want to add a pdf file to simulink which shows additional information.
Hopefully someone can help me.
Kind Regards,
Rik

Best Answer

Insert a text box, a link, and then use MATLAB code with open('your_pdf_file.pdf')
2019-03-12_08-55-34.png