home *** CD-ROM | disk | FTP | other *** search
- % called by startup.m to complete the initiallization
-
- % S.Halevy 7/31/92
- % Copyright (c) 1992 by the MathWizards
-
- % load the built-in functionality
- %_loadlib
-
- % Graphics Windows Placement
- _xw=[0.59 0 0.4 0.5];
-
- %Graphics Windows Titles
- _xt=['G1'];
-
- gwinit(_xw,_xt); % initialize Graphic Windows
-
- % you can clear these variables now
- % clear _xw,_xt
-
- % define constants which can be global
- i=1I;
- j=1J;
- e=2.71828182845904523536;
- disp('startup completed')
-
-