Skip to content

Commit

Permalink
User Guide v2.7
Browse files Browse the repository at this point in the history
Merge branch 'dev'
  • Loading branch information
mingsongli committed Oct 10, 2023
2 parents 0c134c0 + 7bfd660 commit 7792bcc
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 5 deletions.
Binary file modified code/bin/langdict.xlsx
Binary file not shown.
Binary file modified code/guicode/AC.fig
Binary file not shown.
6 changes: 3 additions & 3 deletions code/guicode/AC.m
Original file line number Diff line number Diff line change
Expand Up @@ -6962,7 +6962,7 @@ function menu_pca_Callback(hObject, eventdata, handles)
data_new = [];
nrow = [];
data_pca = [];
if handles.lang_choice
if handles.lang_choice == 0
disp('>> Principal component analysis of ')
else
disp(a270)
Expand Down Expand Up @@ -6994,7 +6994,7 @@ function menu_pca_Callback(hObject, eventdata, handles)
else
[nrow(i-1),~] = size(data_new);
if nrow(i-1) ~= length(data_filterout(:,2))
if handles.lang_choice
if handles.lang_choice == 0
errordlg('Error: number of rows of series must be the same')
else
errordlg(a271)
Expand Down Expand Up @@ -7067,7 +7067,7 @@ function menu_pca_Callback(hObject, eventdata, handles)
refreshcolor;
cd(pre_dirML); % return to matlab view folder

if handles.lang_choice
if handles.lang_choice == 0
disp('>> Principal component analysis: Done')
else
disp(a272)
Expand Down
Binary file modified code/guicode/copyright.fig
Binary file not shown.
Binary file modified doc/Acycle_Users_Guide.docx
Binary file not shown.
Binary file modified doc/Acycle_Users_Guide.pdf
Binary file not shown.
5 changes: 3 additions & 2 deletions doc/UpdateLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _______________________________________


Version : Acycle_v2.7
Date : Jun 17, 2023 - Oct 9, 2023
Date : Jun 17, 2023 - Oct 10, 2023
By : Mingsong Li (Peking University)

1. COCO: Save correct figure; use invpretile function to calculate percentiles
Expand Down Expand Up @@ -47,8 +47,9 @@ By : Mingsong Li (Peking University)
Weedon, G.P., Page, K.N., and Jenkyns, H.C., 2019. Cyclostratigraphy,
stratigraphic gaps and the duration of the Hettangian (Jurassic):
insights from the Blue Lias Formation of Southern Britain. Geol.
Mag. 156, 1469-1509, https://doi.org/10.1017/S0016756818000808
Mag. 156, 1469-1509, https://doi.org/10.1017/S0016756818000808
10. MTM + SWA method (NEW)
11. Principal Component: language debug
_______________________________________

Version : Acycle_v2.6
Expand Down
Binary file added doc/~$ycle_Users_Guide.docx
Binary file not shown.

0 comments on commit 7792bcc

Please sign in to comment.