home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / utils / mathstud / startup.m < prev    next >
Encoding:
Text File  |  1995-05-19  |  262 b   |  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.