I have a syntax question about callbacks.
Most of your GUIs use:
'callback',{@pb_call,S}); %% GUI_1
although the same result comes from
set(S.ch,'callback',{@ch_call,S})
Can you steer me to documention that would help me understand more about the options? Starting with the necessity or use of a cell with attribute?