[Dart-dev] [6835] DART/trunk/DART_LAB/matlab/oned_model.m: adding semicolons to the end of a few title lines,

nancy at ucar.edu nancy at ucar.edu
Thu Feb 27 10:24:13 MST 2014


Revision: 6835
Author:   nancy
Date:     2014-02-27 10:24:13 -0700 (Thu, 27 Feb 2014)
Log Message:
-----------
adding semicolons to the end of a few title lines,
for consistencies sake.

Modified Paths:
--------------
    DART/trunk/DART_LAB/matlab/oned_model.m

-------------- next part --------------
Modified: DART/trunk/DART_LAB/matlab/oned_model.m
===================================================================
--- DART/trunk/DART_LAB/matlab/oned_model.m	2014-02-27 17:22:04 UTC (rev 6834)
+++ DART/trunk/DART_LAB/matlab/oned_model.m	2014-02-27 17:24:13 UTC (rev 6835)
@@ -158,12 +158,12 @@
 handles.r4 = subplot(4, 2, 7);
 ylabel('Frequency');
 xlabel('Rank');
-title 'Prior Rank Histogram'
+title 'Prior Rank Histogram';
 
 handles.r5 = subplot(4, 2, 8);
 ylabel('Frequency');
 xlabel('Rank');
-title 'Posterior Rank Histogram'
+title 'Posterior Rank Histogram';
 
 % Update handles structure
 guidata(hObject, handles);
@@ -448,14 +448,14 @@
 bar(handles.prior_rank(1:ens_size + 1));
 ylabel('Frequency');
 xlabel('Rank');
-title 'Prior Rank Histogram'
+title 'Prior Rank Histogram';
 axis tight;
 
 subplot(handles.r5);
 bar(handles.posterior_rank(1:ens_size + 1));
 ylabel('Frequency');
 xlabel('Rank');
-title 'Posterior Rank Histogram'
+title 'Posterior Rank Histogram';
 axis tight;
 
 % Update handles structure
@@ -811,7 +811,7 @@
 
    ylabel('Frequency');
    xlabel('Rank');
-   title 'Posterior Rank Histogram'
+   title 'Posterior Rank Histogram';
    axis tight;
 
    % Update the permanent storage of the rank values


More information about the Dart-dev mailing list