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 日

0 投票

Simple way is to add web function in ButtonPushed callback.
% Button pushed function: Button
function ButtonPushed(app, event)
web('https://mathworks.com')
end

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeInteractive Control and Callbacks についてさらに検索

製品

質問済み:

2022 年 1 月 10 日

回答済み:

2022 年 1 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by