Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xuestrange committed Oct 16, 2023
2 parents 9f24316 + f8e1dca commit b7184ad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ c = randn(4, 4)
```
``` Julia
# those are shown in REPl
[ Info: Precompiling Log2file [9348bb98-452d-4fd0-bebd-231ec7952d68]
[ Info: Line Length is set to: _LINE_LENGTH = "40"
[ Info: A global variable is created: _LOGFILE_PATH = "C:\Users\xue\Desktop\Log2file\test\test.txt"
2023-10-16 12:04:25 =============PROGRAM BEGINS=============
2023-10-16 12:10:18 =============PROGRAM BEGINS=============

2023-10-16 12:04:25 ========Step 1: Data Generation=========
2023-10-16 12:10:18 ========Step 1: Data Generation=========

2023-10-16 12:04:25 a = [1, 2, 3]
2023-10-16 12:10:18 a = [1, 2, 3]

2023-10-16 12:04:25 a = [1, 2, 3]
2023-10-16 12:10:18 a = [1, 2, 3]

b = [-0.173162 -0.476123; -0.698318 0.883876]
b = [-2.556943 -1.327557; 1.703257 2.820929]

c = [0.597071 0.694631 1.023688 -0.778282; -0.086931 -0.177356 -0.37 -0.371605 -0.291219; -0.353727 -1.477285 1.060820 -2.593262; -1.240470 -0.466444 540 0.
-1.224540 0.792663]
c = [1.120194 -2.253843 -1.102650 0.282334; 0.198890 -0.215330 1.583031 0.485346; -0.070324 1.378542 1.146269 -0.736364; -0.135249 0.044350 0.485680 0.581215]

2023-10-16 12:04:25 ==================END===================
2023-10-16 12:10:18 ==================END===================
```

0 comments on commit b7184ad

Please sign in to comment.