Calling the code behind PushButton Pressed Event
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Cris LaPierre
2020 年 8 月 27 日
編集済み: Cris LaPierre
2020 年 8 月 27 日
app.GetSingleSpectrumButtonPushed(app, event)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Interactive Control and Callbacks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!