Brings a window in the foreground
shg(h)
handle or integer figure number
If h is not provided, shg() brings the current active window in the foreground.
figure(0); plot(1:10,sin(1:10)); figure(1); plot(1:10,cos(1:10)); shg(0);