Hyperlink in App Designer
이전 댓글 표시
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
Kevin Chng
2018년 10월 11일
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
2018년 10월 12일
Daniel Liberman
2020년 3월 11일
Can the same thing done for a PDF/doc file?
채택된 답변
추가 답변 (1개)
Adam Danz
2021년 5월 10일
1 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!