Calling the code behind PushButton Pressed Event
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, Im using appdesigner and want to call the code thats behind a pushButtom pressed event:
function GetSingleSpectrumButtonPushed(app, event)
%my Code
How would I call this code without pushing the push button
0 commentaires
Réponse acceptée
Cris LaPierre
le 27 Août 2020
Modifié(e) : Cris LaPierre
le 27 Août 2020
app.GetSingleSpectrumButtonPushed(app, event)
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!