Skip to content

Commit b94623a

Browse files
committed
Changes for v. 1.7.3
1 parent 97929ca commit b94623a

File tree

183 files changed

+10961
-10179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+10961
-10179
lines changed

Contents.m

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
%
2-
% jLab v1.7.2 by J. M. Lilly
2+
% jLab v1.7.3 by J. M. Lilly
33
%
44
% A data analysis toolbox for Matlab, including routines for big data
5-
% analysis, signal processing, mapping, and oceanographic applications.
6-
%
7-
% Requires Matlab version 2017a or later.
5+
% analysis, signal processing, and oceanographic applications.
86
%
97
% Homepage: http://www.jmlilly.net/jmlsoft.html
108
% GitHub: https://github.com/jonathanlilly/jLab
@@ -19,7 +17,6 @@
1917
%
2018
% Statistical analysis and mapping
2119
% jstats - Fast statistical analysis of large datasets in two dimensions
22-
% jmap - Mapping scattered data using local polynomial fitting
2320
%
2421
% Signal analysis
2522
% jspectral - Multitaper spectral analysis, and other time series tools
@@ -29,21 +26,21 @@
2926
% jmatern - Parametric spectral analysis based on the Matern process
3027
%
3128
% Oceanography-specific tools and data
32-
% jdata - Oceanographic datasets included with JLAB-FULL distribution
3329
% joceans - Oceanography-specific data and model analysis tools
30+
% jdata - Routines for generating oceanographic datasets
3431
%
3532
% Administrative M-files
3633
% jlab_install - Instructions for installing JLAB.
3734
% jlab_license - License statement and permissions for JLAB package.
3835
% jlab_highlights - Introduction to some of the most useful routines.
39-
% jlab_index - Alphabetical index into JLAB and JDATA contents.
36+
% jlab_index - Alphabetical index into JLAB contents.
4037
% jlab_allhelp - Displays the help comments for all JLAB modules.
4138
% jlab_changes - Changes to JLAB in each release.
4239
% jlab_thanks - Sources of support for developing this software.
4340
% jlab_makefigs - Makes figures for papers by J.M. Lilly.
4441
% _________________________________________________________________________
4542
%
46-
% Send comments, questions, and bug reports to "eponym@jmlilly.net".
43+
% Send comments, questions, and bug reports to jmlilly@psi.edu.
4744

4845
% Low-level functions
4946
% jlab_addpath - Adds JLAB subdirectories to your Matlab search path.

doc/about_floats.html

Lines changed: 0 additions & 150 deletions
This file was deleted.

doc/about_ibcao.html

Lines changed: 0 additions & 80 deletions
This file was deleted.

doc/about_jtopo.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
JTOPO is distributed with <a href="jLab.html">JLAB</a>, available at http://www.jmlilly.net.
3333

34-
See also <a href="readtopo.html">READTOPO</a>, which reads in any region of the Smith and Sandwell
35-
data, <a href="about_ibcao.html">ABOUT_IBCAO</a>, and <a href="topoplot.html">TOPOPLOT</a>, which makes simple plots using JTOPO.
34+
See also READTOPO, which reads in any region of the Smith and Sandwell
35+
data, ABOUT_IBCAO, and <a href="topoplot.html">TOPOPLOT</a>, which makes simple plots using JTOPO.
3636
__________________________________________________________________
3737

3838
Processing
@@ -101,7 +101,7 @@
101101
search path.
102102
__________________________________________________________________
103103

104-
See also <a href="readtopo.html">READTOPO</a>, <a href="topoplot.html">TOPOPLOT</a>, <a href="jData.html">JDATA</a>.
104+
See also READTOPO, <a href="topoplot.html">TOPOPLOT</a>, <a href="jData.html">JDATA</a>.
105105

106106
'<a href="about_jtopo.html">about_jtopo</a> --f' generates the sample figure shown above.
107107

0 commit comments

Comments
 (0)