Code covered by the BSD License  

Highlights from
Data Analysis with MATLAB for Excel Users

image thumbnail
from Data Analysis with MATLAB for Excel Users by Michael Agostini
Materials for public seminar of the same name (slides and demos)

dockfigures.m
% Dock the figures into a window frame
% Copyright 2006-2009 The MathWorks, Inc.

set(4,'windowstyle', 'docked')
set(5,'windowstyle', 'docked')

Contact us at files@mathworks.com