How do I make a pushbutton execute a function that used to be done after user input was given?
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I have a successful code that I am trying to modify to be completely displayed in a GUI. I have a few functions that used to be executed after a user typed either 'y' or 'n' for yes or no in the command window. I'd like the function to now be executed upon the push of a button. Does anyone know the easiest way to do this?
0 件のコメント
回答 (1 件)
KL
2017 年 10 月 21 日
function pushbutton_callback(src,event)
[outputs] = your_function(inputs)
end
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!