diff --git a/public/projects.html b/public/projects.html index 4b8f69e..b3a24b9 100644 --- a/public/projects.html +++ b/public/projects.html @@ -17,14 +17,6 @@ Funded By - - Where has the Water Gone? - Meko - NSF Paleo Perspectives on Climate Change - - - - Water and Energy Fluxes to the Arctic Ocean using Tree-Ring data and Hydrological Modeling Panyushkina, Meko and Frank diff --git a/public/toolbox.html b/public/toolbox.html index 2491314..8afea9e 100755 --- a/public/toolbox.html +++ b/public/toolbox.html @@ -2,7 +2,7 @@ - Tree-Ring Matlab Toolbox + Tree-Ring Matlab Toolbox @@ -41,14 +41,14 @@

Description


Requirements


-To use the Tree-Ring Toolbox, you must have Matlab installed on your computer or network. I use the University of Arizona Matlab site license, which has the most recent Matlab release. The functions may not work on older versions. Depending on which functions you intend to use, you may also need to have one or more "Matlab toolboxes" (e.g., statistics) installed. The comment section of each function lists which toolboxes are required. Some functions requre statistics, signal processing or spline toolboxes.

+To use the Tree-Ring Toolbox, you must have Matlab installed on your computer or network. I use the University of Arizona's Matlab site license, which has the most recent Matlab release. The functions may not work on older versions. Depending on which functions you intend to use, you may also need to have one or more Matlab "toolboxes" installed. The comment section of each function lists which toolboxes are required. I currently have 14 toolboxes installed, but you will not need most of those. Most commonly, my functions make use of these toolboxes: Curve Fitting, Statistics and Machine Learning, Signal Processing, System Identification.

-To use the Tree-Ring Toolbox, you must its functions in a directory on your Matlab path. My functions usually call on other utility functions I wrote. The best method to be sure you don't call an "unknown" function is to download the whole set of Tree-Ring Toolbox functions. I have zipped these into a file File_pooled.zip, which you should unzip into a directory on your Matlab path. I recommend keeping those functions by themselves in a dedicated folder. Put that folder first on your Matlab path, so that no other functions you might have by the same name, or not obsolete versions of the same function, are used. Alternatively, move your data to the dedicated folder and run programs with that folder as the current working directory. -

+To use the Tree-Ring Toolbox, you must its functions in a directory on your Matlab path. My functions usually call on other utility functions I wrote. The best method to be sure you don't call an "unknown" function is to download the whole set of Tree-Ring Toolbox functions. I have zipped these into a file File_pooled.zip, which you should unzip into a directory on your Matlab path. I recommend keeping those functions by themselves in a dedicated folder. Put that folder first on your Matlab path, so that no other functions you might have by the same name, or not obsolete versions of the same function, are used. Alternatively, move your data to the dedicated folder and run programs with that folder as the current working directory. +

I distribute these function freely. I require no acknowledgement of the source. Go ahead and modify them as you wish. I welcome any comments on the functions in the function list. But due to time constraints, I cannot promise anything more than grudging cooperation in updating or correcting functions when I'm in the mood.

Back to Top of Page -

- +

+

Notation

@@ -70,12 +70,12 @@

Notation

(3x2)r matrix (3 x 2) of real numbers (3x1)i column vector (3 elements) of integers (1x8)s character string of length 8 -(1x1)L logical scalar +(1x1)L logical scalar Matlab also has data types called "cells" and "structures", which are best found out about by reading the Matlab documentation. My code for cells uses braces. For example, -the code below indicates a 1 x 3 "cell" variable containing a 2x2 integer matrix, a 1x5 character string and a 1x10 row vector of real numbers. +the code below indicates a 1 x 3 "cell" variable containing a 2x2 integer matrix, a 1x5 character string and a 1x10 row vector of real numbers.
 {1x3}
@@ -84,7 +84,7 @@ 

Notation

(1 x 10)r

-Among the files included is seascorr, which has been published in Computers & Geosciences. A pdf of the paper and a zip of sample data are included for seascorr. Sample data are also included for function skelcrn. +Among the files included is seascorr, which has been published in Computers & Geosciences. A pdf of the paper and a zip of sample data are included for seascorr. Sample data are also included for function skelcrn.
Back to Top of Page @@ -93,93 +93,93 @@

Notation

List of Functions

+
  • Time series analysis - + +
  • Utility: low level functions called by other functions - +
    Back to Top of Page @@ -195,4 +195,4 @@

    List of Functions

    - +