Introduction - If you have any usage issues, please Google them yourself
function lorenzgui
if ~isequal(get(gcf,'name'),'Lorenz Gui')
rhos = [28 99.65 100.5 160 350];
shg
clf reset
p = get(gcf,'pos');
set(gcf,'color','black','doublebuff','on','name','Lorenz Gui', ...
'menu','none','numbertitle','off', ...
'pos',[p(1) p(2)-(p(3)-p(4))/2 p(3) p(3)])