callback for pushbutton in a gui to solve a Karnaugh Map
1 次查看(过去 30 天)
显示 更早的评论
How do I write a callback for a pushbutton to display a 3 variable Karnaugh Map as seen in the attached and to solve it using the Quine McCluskey method
0 个评论
回答(1 个)
Vimal Rathod
2020-2-24
You could refer to the following link to know more about how to create push button callbacks.
You could use the "ButtonDownFcn" to create a push button callback.
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!