Skip to content

Commit

Permalink
differences for PR #265
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 7, 2025
1 parent 8285dbf commit c4d50ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 03-plotting.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ In other words, we're asking for the average inflammation per day for all patien
```output
ans =
Columns 1 through 10
0 0.5833 0.9833 1.6667 2.5333 3.0667 3.4667 3.9000 5.2333 5.1833
0 0.4500 1.1167 1.7500 2.4333 3.1500 3.8000 3.8833 5.2333 5.5167
Columns 11 through 20
6.2167 6.4000 7.2167 8.0500 8.8667 9.6333 10.1833 10.1500 10.4167 9.8667
5.9500 5.9000 8.3500 7.7333 8.3667 9.5000 9.5833 10.6333 11.5667 12.3500
Columns 21 through 30
12.2000 12.1000 11.1833 11.0333 10.0000 8.5167 8.3833 8.5167 8.1167 6.2500
13.2500 11.9667 11.0333 10.1667 10.0000 8.6667 9.1500 7.2500 7.3333 6.5833
Columns 31 through 40
5.7667 5.6000 5.1333 3.9000 3.7000 2.7833 2.5500 1.2833 0.9667 0.6000
6.0667 5.9500 5.1167 3.6000 3.3000 3.5667 2.4833 1.5000 1.1333 0.5667
```

If we average across axis 2, we're asking for one summary value per row,
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"index.md" "8f1498ab2efb0d63a9b7a95bf33510dd" "site/built/index.md" "2023-04-26"
"episodes/01-intro.md" "1d2ac5ffc776e9e9eaf062e8dbf015fa" "site/built/01-intro.md" "2023-04-26"
"episodes/02-arrays.md" "d6242c23a3d07c947f9cfc0111c0e4ac" "site/built/02-arrays.md" "2023-04-26"
"episodes/03-plotting.md" "438d2a773392adfd2fde63e178f4fb83" "site/built/03-plotting.md" "2023-04-26"
"episodes/03-plotting.md" "d798dcb1425b869aacfaca888a6cf494" "site/built/03-plotting.md" "2025-01-07"
"episodes/04-scripts.md" "d928cc345f515680e04f9d25cc2f2cec" "site/built/04-scripts.md" "2023-04-26"
"episodes/05-loops.md" "88c1b90d65bbeb46692922b805d4a251" "site/built/05-loops.md" "2023-04-26"
"episodes/06-cond.md" "f276db74c3dfdc7bfe19475d917d227d" "site/built/06-cond.md" "2023-04-26"
Expand Down

0 comments on commit c4d50ed

Please sign in to comment.