App Designer _ PushButton Callback

2 vues (au cours des 30 derniers jours)
Mamduh Deeb
Mamduh Deeb le 10 Jan 2022
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

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by