Code covered by the BSD License
function getkb %global fno chra=get(gcf,'CurrentCharacter'); %abs(c) if strcmp(chra,'q') % == 'q' | c == 'Q' delete(gcf); close all; clear all; %quitall; return; end
Contact us at files@mathworks.com