Code covered by the BSD License
function radio_callback ( ) h=gcf; % Figura corrente obj=findobj(h,'Tag','radiobutton1'); value=get(obj,'Value'); % Obtem valor indicado if value == 1 msgbox('ON') else msgbox('OFF') end
Contact us at files@mathworks.com