Code covered by the BSD License
function radio ( ) h=gcf; % Figura corrente obj=findobj(h,'Tag','radiobutton1'); value=get(obj,'Value'); % Obtem valor indicado display(value)
Contact us at files@mathworks.com