Skip to content

Commit

Permalink
Small changes to three files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Lilly committed Sep 26, 2017
1 parent caadc7c commit 38350d4
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion jCommon/commentlines.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function[str]=commentlines(dirname)
function[]=commentlines(dirname)
%COMMENTLINES Returns the comment lines from m-files.
%
% COMMENTLINES is used to facilitate making 'Contents.m' files.
Expand Down Expand Up @@ -127,6 +127,7 @@
str=str(index,:);
end
end %m-files found
disp(str)

%Upcase initial word
% for i=1:size(str,1)
Expand Down
2 changes: 1 addition & 1 deletion jEllipse/ellipseplot.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
%
% ELLIPSEPLOT(K,L,TH,Z, ... ,'skip',SKIP).
%
% This plots ellipses at indicies [SKIP:SKIP:LENGTH(K)-SKIP].
% This plots ellipses at indices [SKIP:SKIP:LENGTH(K)-SKIP].
%
% More generally, if the input field are matrices of the same size, each
% having N dimensions, then SKIP can be an array with N elements. Then
Expand Down
2 changes: 1 addition & 1 deletion jOceans/closedcurves.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%
% *|* closedcurves.png --- Figure of CLOSEDCURVES applied to a QG model.
% Type 'jhelp closedcurves' to view this image. *|*
% ______________________________________________________________________
% _______________________________________________________________________
%
% [XC,YC]=CLOSEDCURVES(F,FO) returns closed curves of the matrix F at
% level FO, i.e. curves where F=FO, as the cell arrays XC and YC.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion jwavelet/wavetrans.m → jWavelet/wavetrans.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
% assuming a unit sample rate. Thus the Nyquist frequency is at pi.
% Use MORSESPACE to easily choose the frequency bins.
%
% WAVETRANS(X,{K,GAMMA,BETA,FS) uses the first K orthogonal multi-
% WAVETRANS(X,{K,GAMMA,BETA,FS}) uses the first K orthogonal multi-
% wavelets to create K different transforms. The default is K=1,
% employing only the first wavelet. See MORSEWAVE for details.
%
Expand Down

0 comments on commit 38350d4

Please sign in to comment.