Code covered by the BSD License  

Highlights from
Discriminant Analysis Programme

image thumbnail
from Discriminant Analysis Programme by Bartolomeu Rabacal
Discrimination and Classification of data to and from groups with classical/robust estimation

ExitSession(hObject)
function ExitSession(hObject)
% Exit menu

answer = questdlg('Do you really want to exit session?', 'Exit', 'Yes', 'No', 'See References', 'Yes');
switch answer
    case 'Yes'
        set(0,'ShowHiddenHandles','on')
        delete(get(0,'Children'))
    case 'No'
    case 'See References'
        spacesName = blanks(29);
        spacesMail = blanks(25);
        ReferencesStr = sprintf('Coding, Algorithmics, Graphical User Interface Layout and Refactoring\n\n%sBartolomeu Rabaal\n\n%se-mail: gbar10@gmail.com', ...
            spacesName, spacesMail);
        helpdlg(ReferencesStr,'IST - August 2008')
end

Contact us at files@mathworks.com