App Designer _ PushButton Callback

조회 수: 2 (최근 30일)
Mamduh Deeb
Mamduh Deeb 2022년 1월 10일
답변: Kojiro Saito 2022년 1월 11일
Hi all,
i have a small question with Pushbotton Callback using AppDesigner.
I want if i press the bottom to let Matlab take me to a website. How shall i do this?
Thanks in advance for your help and time :)
Mamduh

채택된 답변

Kojiro Saito
Kojiro Saito 2022년 1월 11일
Simple way is to add web function in ButtonPushed callback.
% Button pushed function: Button
function ButtonPushed(app, event)
web('https://mathworks.com')
end

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by