home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / WINDOWS / DIVERSEN / MATHS171 / STARTUP.M < prev    next >
Text File  |  1994-10-18  |  262b  |  10 lines

  1. _loadlib math_org   % load the precompiled library
  2. % Set MathViews path (_MVPATH) and call startup1.m
  3.  
  4. _MVPATH = '.';
  5. disp('please edit startup.m to point _MVPATH at your script files');
  6. %_MVPATH = 'c:\mathview\;c:\mathview\demo';  % example
  7.  
  8. startup1
  9.  
  10.