-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
46 lines (33 loc) · 1.96 KB
/
README.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
ROTOR TOOLBOX
Rotor Toolbox for novel damping mechanism investigations
--------------------------------------------------------------------------
HOW TO INSTALL RotorToolBox
1. Download a fresh copy of the source code of RotorToolBox at insertgit_page
Once you have donwloaded the source code follow the
next instructions.
2. Look for the file RotoToolBoxyyyyl.tgz where yyyy is the year and l
is a letter, and uncompressed it somewhere in your PC box. Let's say
that the directory is "path_to_rotortoolbox". After uncompressing the file
a directory called RotorToolBox will be created.
3. Startup matlab and add "path_to_rotortoolbox/RotorToolBox" directory to
MATLAB search path. To achieve this, you should do either:
* Look for the "Environment" then choose "Set Path" and Add Folder and select "path_to_rototoolbox/RotorToolBox" then Save and Close
or
* Add the following line to your startup.m file:
path(path,'path_to_rotortoolbox/RotorToolBox'); [linux platforms]
path(path,'path_to_rotortoolbox\RotorToolBox'); [Windows platforms]
--------------------------------------------------------------------------
HOW TO STARTUP RotorToolBox
1. Once you have succesfully installed RotorToolBox the next step is to type
at matlab command window
>> setRotorToolBoxPath
After this, the toolbox functions provided by RotorToolBox can be fond at
MATLAB path.
2. Then follow the displayed instructions
>> help RotorToolBox
3. Check demos of the RotorToolBox. Follow the next instructions
a) click the help icon "?"
b) look for "Supplemental Software" at the page
c) Then click the link "RotorToolBoxBeta Toolbox". Please note that if the link does not appear it means that something went wrong at step 1. Try to setup the RotorToolBox path by typing at the matlab command window >> setRotorToolBoxPath
d) Finally click the link "WT Toolbox Demos" and the list of demos of the RotorToolBox will appear.
Happy RotorToolBoxing!