home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
utils
/
mathstud
/
startup.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-19
|
262 b
|
10 lines
_loadlib math_org % load the precompiled library
% Set MathViews path (_MVPATH) and call startup1.m
_MVPATH = '.';
disp('please edit startup.m to point _MVPATH at your script files');
%_MVPATH = 'c:\mathview\;c:\mathview\demo'; % example
startup1