- @() means the creation of an anonymous function.
- @(hObject, eventdata) is an anoynmous function with 2 inputs.
- The body of this anonymous function is
- (Dull formatting in th forum, this is 4.!) This means, that the function "PushButton" is called with the 2 inputs of the anonymous function and as 3rd input the current value of the handles struct is obatined from the figure.