No BSD License
%LAYOUT script to define dialog box layout parameters. % % This function is for ANSIM use. % Author(s): A. Potvin, 5-1-93 % Copyright 1984-2002 The MathWorks, Inc. % $Revision: 5.10 $ $Date: 2002/04/15 03:24:45 $ mDoneButtonString = 'Done'; mOKButtonString = 'OK'; mRevertButtonString = 'Revert'; mCancelButtonString = 'Cancel'; % Following in pixels mStdButtonWidth = 90; mStdButtonHeight = 20; mOKButtonWidth = 50; mOKButtonHeight = 20; mEdgeToFrame = 1; mFrameToText = 15; COMPUTER = computer; if strcmp(COMPUTER(1:2),'PC') mLineHeight = 13; else mLineHeight = 15; end % end layout
Contact us at files@mathworks.com