Calling the code behind PushButton Pressed Event
조회 수: 15 (최근 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개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!