Code covered by the BSD License  

Highlights from
Test and Measurement Seminar Demos

image thumbnail
from Test and Measurement Seminar Demos by Scott Hirsch
Source code for Test and Measurement Seminar Demos, including electronic throttle body case study.

fillscreen %fillscreen Set the current figure size to completely fill the screen % % Copyright 2002 - 2003 The MathWorks, Inc res=get(0,'ScreenSize'); set(gcf,'Position',[1 1 res(3) res(4)-64]); %Leave room for title bar
function fillscreen
%fillscreen           Set the current figure size to completely fill the screen
%

% Copyright 2002 - 2003 The MathWorks, Inc

res=get(0,'ScreenSize');
set(gcf,'Position',[1 1 res(3) res(4)-64]); %Leave room for title bar

Contact us at files@mathworks.com