-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL_matlab.TXT
28 lines (18 loc) · 1.01 KB
/
INSTALL_matlab.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--------------------------------------------------------------------
version 2.2a October 2009 tested with MATLAB MATLAB 7.6.0.324 R2008a
--------------------------------------------------------------------
To install SPACELIB follows the instruction contained in the manual section 2.1
As an alternative unzip the files in a directory of your choice, for instance
c:\users\spacelib_m
and you can add the following two lines to file startup.m contained in the MATLAB directory:
addpath c:\users\spacelib_m
spacelib
the string 'c:\users\spacelib_m' should be replaced with the pathname of the directory where you install spacelib in your computer.
see information in README.TXT
--------------------------------------------------------------------
alternative installation procedure
1) Copy all the files in a directory of your choice
2) Run MATLAB, and from the main menu choose "File>Set Path..."
3) Select the directory in which SpaceLib is installed and press "add with subfolders"
4) Press "save"
5) press "Close"