I have a set of push-buttons in a figure designed in GUIDE and I want to assign one single function as their callback functions. But there is no combo-box to choose my function from in the property inspector, and when I select all buttons and click Callback from View Callbacks menu it creates multiple callback functions. Same behavior when I hit the I-DON'T-KNOW-WHAT-TO-CALL button in the property inspector.
I can handle this with some coding in OpeningFcn
like what described here or just with calling set(handle, 'method')
, but I really prefer to do it in the designing environment.