Wiki » History » Version 1
Celso Reyes, 11/06/2012 08:42 AM
1 | 1 | Celso Reyes | h1. irisFetch.m |
---|---|---|---|
2 | 1 | Celso Reyes | |
3 | 1 | Celso Reyes | h2. Getting Started |
4 | 1 | Celso Reyes | |
5 | 1 | Celso Reyes | # Download "irisFetch.m":http://www.iris.edu/manuals/javawslibrary/download/irisFetch.m |
6 | 1 | Celso Reyes | (left click the link & save somewhere that MATLAB can find it) |
7 | 1 | Celso Reyes | # Download latest IRIS-WS.jar from this page: "Iris Library downloads":http://www.iris.edu/manuals/javawslibrary/#download |
8 | 1 | Celso Reyes | (grab the version that says _"Matlab Users, choose this"_) |
9 | 1 | Celso Reyes | # In MATLAB, make the IRIS-WS.jar known by adding it using @javaclasspath(@ _'path_to_the_IRIS-WS.jar'_ @)@ |
10 | 1 | Celso Reyes | |
11 | 1 | Celso Reyes | h3. Examples |
12 | 1 | Celso Reyes | |
13 | 1 | Celso Reyes | Examples can be found at http://www.iris.edu/manuals/javawslibrary/matlab/ |
14 | 1 | Celso Reyes | |
15 | 1 | Celso Reyes | h2. Getting Help |
16 | 1 | Celso Reyes | |
17 | 1 | Celso Reyes | Detailed documentation is available for each routine. In MATLAB, use "help XXXX" like so: |
18 | 1 | Celso Reyes | * For general help, type : |
19 | 1 | Celso Reyes | @help irisFetch@ |
20 | 1 | Celso Reyes | * Specific help is also available, e.g. |
21 | 1 | Celso Reyes | @help irisFetch.Traces@ |
22 | 1 | Celso Reyes | @help irisFetch.Events@ |
23 | 1 | Celso Reyes | _etc..._ |
24 | 1 | Celso Reyes | * To find out what additional functions (methods) are available, type: |
25 | 1 | Celso Reyes | @methods(irisFetch)@ |