Hyperlink in App Designer
Ältere Kommentare anzeigen
I am designining an App in the enviroment App Designer. I wonder if it is possible to insert a hypertext link in my App, so that the user can open an existing Web Page. Thank-you
3 Kommentare
Kevin Chng
am 11 Okt. 2018
How about put it in your callback for you button?
%Call back button function
webpage('http://www.yahoo.com') %MATLAB Browser
%or
dos('explorer http://www.yahoo.com'); %Explorer
Serena Capelli
am 12 Okt. 2018
Daniel Liberman
am 11 Mär. 2020
Can the same thing done for a PDF/doc file?
Akzeptierte Antwort
Weitere Antworten (1)
Adam Danz
am 10 Mai 2021
1 Stimme
For Matlab R2021a or later, use the uihyperlink function or the UI hyperlink component in App Designer or a uifigure to add and configure a clickable link ( release notes ).
The hyperlink can be assigned to a figure, panel object, tab object, ButtonGroup, or GridLayout object when created in a uifigure.
See configurable properties.
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!