Code covered by the BSD License  

Highlights from
MATLAB(R) for Excel Users

image thumbnail
from MATLAB(R) for Excel Users by Dan Doherty
Demo files from MATLAB for Excel Users webinar

plotmodel.m
figure('windowstyle', 'docked')
plot(rpm,bench,'.-b','MarkerSize',15);hold on
line(rpm,expmodel,'color','g','LineWidth',2);
plot(rpm,lowerbound,':r'); plot(rpm,upperbound,':r');
legend('Benchmark motor data','Exponential fit',...
    '95% confidence bounds','location','se')

Contact us at files@mathworks.com