Skip to content

Commit 7792bcc

Browse files
committed
User Guide v2.7
Merge branch 'dev'
2 parents 0c134c0 + 7bfd660 commit 7792bcc

File tree

8 files changed

+6
-5
lines changed

8 files changed

+6
-5
lines changed

code/bin/langdict.xlsx

94 Bytes
Binary file not shown.

code/guicode/AC.fig

-94 Bytes
Binary file not shown.

code/guicode/AC.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6962,7 +6962,7 @@ function menu_pca_Callback(hObject, eventdata, handles)
69626962
data_new = [];
69636963
nrow = [];
69646964
data_pca = [];
6965-
if handles.lang_choice
6965+
if handles.lang_choice == 0
69666966
disp('>> Principal component analysis of ')
69676967
else
69686968
disp(a270)
@@ -6994,7 +6994,7 @@ function menu_pca_Callback(hObject, eventdata, handles)
69946994
else
69956995
[nrow(i-1),~] = size(data_new);
69966996
if nrow(i-1) ~= length(data_filterout(:,2))
6997-
if handles.lang_choice
6997+
if handles.lang_choice == 0
69986998
errordlg('Error: number of rows of series must be the same')
69996999
else
70007000
errordlg(a271)
@@ -7067,7 +7067,7 @@ function menu_pca_Callback(hObject, eventdata, handles)
70677067
refreshcolor;
70687068
cd(pre_dirML); % return to matlab view folder
70697069

7070-
if handles.lang_choice
7070+
if handles.lang_choice == 0
70717071
disp('>> Principal component analysis: Done')
70727072
else
70737073
disp(a272)

code/guicode/copyright.fig

-205 Bytes
Binary file not shown.

doc/Acycle_Users_Guide.docx

3.83 MB
Binary file not shown.

doc/Acycle_Users_Guide.pdf

1.95 MB
Binary file not shown.

doc/UpdateLog.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _______________________________________
33

44

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

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

5455
Version : Acycle_v2.6

doc/~$ycle_Users_Guide.docx

162 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)