Code covered by the BSD License  

Highlights from
Blackjack

from Blackjack by Michael Iori
Fully functional blackjack simulator

QuitGame
function QuitGame
    global QUITGAME;
    %set(handles.QuitButton,'UserData',1);
    QUITGAME = 1;
    uiresume(gcf);
end

Contact us at files@mathworks.com