Calling the code behind PushButton Pressed Event
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Cris LaPierre
il 27 Ago 2020
Modificato: Cris LaPierre
il 27 Ago 2020
app.GetSingleSpectrumButtonPushed(app, event)
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!