Skip to content

Commit

Permalink
update note
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouChuanyou committed Nov 8, 2022
1 parent b5b8307 commit 2295794
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 4 additions & 0 deletions Paper_Test_Code/Note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Figure 9-19 could be shown just by clicking to run the program.

My computer has double screens, so some figures may display on the sub screen.
If your computer is with single screen, you could reset the gcf position for the figure out in the code.
1 change: 0 additions & 1 deletion Paper_Test_Code/Note.txt

This file was deleted.

10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# MPS_Snesim
One method for improving simulation continuity of Snesim algorithm using multiple search trees

1.The basic library 'mGstat' is developed by Thomas Mejer Hansen (https://github.com/cultpenguin/mGstat). Thanks a lot for sharing the great Lib.
1.The basic library 'mGstat' is developed by Thomas Mejer Hansen (https://github.com/cultpenguin/mGstat). Thanks a lot for Prof. Hansen making the multi-point geostatistics package open source.

2.The 'Paper_Test_Code' contains all the data and codes for the paper.
My computer has double screens, so some figures may display on the other screen.
If you use computer with single screen, you could reset the position of gcf in the code for the figure out.
2.The 'Paper_Test_Code' contains all the data and codes for the paper. Figure 9-19 could be shown just by clicking to run the program.

3.The 'relycode' contains some key functions for the 'Paper_Test_Code'.
3.The 'relycode' contains some key functions for 'Paper_Test_Code' running.

4.'export_fig-master' is used for figure exporting. (https://github.com/altmany/export_fig)
4.The 'export_fig-master' is used for figure exporting. (https://github.com/altmany/export_fig)
4 changes: 2 additions & 2 deletions export_fig-master/Note.txt → export_fig-master/Note.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
https://github.com/altmany/export_fig

% This is used for figure exporting. Just setting the '-m?' is OK.
export_fig test.png -m2.5
% -m2: it produces an image double the size (in pixels) of the figure on screen.
export_fig test.png -m2 % -m2: it produces a double size (in pixels) image of the original figure.

0 comments on commit 2295794

Please sign in to comment.