Some own matlab script and functions I found usable. (All are freely usable under the
gnu public license). Most of these are only marginally described within the M-File
itself (some in english, others in german and still other with a mix of both languages).
Comments, bug reports or improvements please to user "juergen" at holfort.org.
Oceanography M-files
SEABIRD reading and plotting program
With HTML decription in english and
deutsch
Needs the seawater library (sw_?) from
Phil Morgan.
The M file sberead from this package can also be used as standalone to read binary and ascii CNV files
(as for example from a 9-11 CTD or fram Seacats or Microcats). "SBschreib" can then be used to writes data
back into the CNV format.
Aanderaa reading program. Reads ascii and binary DSU data from Aanderaa RCM's and DCM's.
There are three files: RCMlese.m is the main reading program, which calls
aandread.m to read out the calibrations coefficents from a file called
aandcalibrationsheet.txt. A short description
(although still a mix of german and english) can be found in the files.
Needs iles.m.
mlrint, does a multiple linear regression to interpolate data.
More general purpose M-Files
Time and date functions
zeitdecode.m decodes a date (and time) from a string and outputs the julian day.
similar to datevec but handles some additional formats. Needs iles.m.