How to pass the image from m-file to GUI push button callback
1 次查看(过去 30 天)
显示 更早的评论
hi, i am developing GUI for filter program. In my GUI i used 3 push button an 2 axes. When i press the button1 error image will display on the axes1, when i press the button2 my "filter.m" file will run. After completion my "filter.m" provide me output image in some variable called 'y'. I want to take this image i.e 'y' from "filter.m" file to GUI pushbutton3 callback, so that when i press pushbutton3 i want to display the image y on the axes2. how to do this? i mean what code i should add to "filter.m file" and to GUI pushbutton3 callback program to display the image on axes2?(i have already done coding for push button1 and 2).
0 个评论
采纳的回答
更多回答(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!