Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : cc89c8b
Branch  : main
Author  : Francisco Herrerías-Azcué <[email protected]>
Time    : 2023-11-13 17:19:25 +0000
Message : Merge pull request #34 from UoMResearchIT/extract_code

Adds script to extract code from episodes and extracted code
  • Loading branch information
actions-user committed Nov 13, 2023
1 parent aa0506e commit ebe7b84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions 01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ c3 =

We can also combine comparisons.
For example, we can check whether frac is smaller than 10 ***and*** the age is greater than 5
```
>> c4 = frac < 10 && age > 5
```matlab
>> c4 = frac < 10 && age > 5
```
```output
c4 =
logical
Expand Down
9 changes: 0 additions & 9 deletions 04-plotting.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,15 +261,6 @@ whereas `heatmap` can process [tables](https://uk.mathworks.com/help/matlab/ref/
(that can have strings or categories in them).
In our case, which one you use is a matter of taste.

### Is all our data corrupt?
Our work so far has convinced us that something is wrong with our
first data file. We would like to check the other 11 the same way,
but typing in the same commands repeatedly is tedious and error-prone.
Since computers don't get bored (that we know of), we should create a
way to do a complete analysis with a single command, and then figure out
how to repeat that step once for each file. These operations are the
subjects of the next two lessons.



:::::::::::::::::::::::::::::::::::::::: keypoints
Expand Down
4 changes: 2 additions & 2 deletions md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2023-06-28"
"config.yaml" "9bc153d946bfaa02f088c90454c6764b" "site/built/config.yaml" "2023-06-28"
"index.md" "34c4ab2a726af465a767b796aeb496bc" "site/built/index.md" "2023-11-08"
"episodes/01-intro.md" "ff70b0c2d79b2fc569e8320160355008" "site/built/01-intro.md" "2023-11-13"
"episodes/01-intro.md" "fb7348e26fb8cbbde7016fd44191dffe" "site/built/01-intro.md" "2023-11-13"
"episodes/02-arrays.md" "bf1baafc23e9eb2c4e270f47db3fd604" "site/built/02-arrays.md" "2023-11-13"
"episodes/03-loading_data.md" "4f044183a8705e4af9a85ce891eb4039" "site/built/03-loading_data.md" "2023-11-13"
"episodes/04-plotting.md" "7098dc6da7aba8fe2036cf7ee21cefce" "site/built/04-plotting.md" "2023-11-13"
"episodes/04-plotting.md" "0a448ea8464b0d758f8021aec9d2b2e2" "site/built/04-plotting.md" "2023-11-13"
"episodes/05-scripts.md" "1b633a310d32f003794167d6ea9dacad" "site/built/05-scripts.md" "2023-11-13"
"episodes/06-func.md" "7630e1802ccc4bbc29994ed6da81cc2d" "site/built/06-func.md" "2023-11-13"
"episodes/07-loops.md" "a9144c37d5f4bfe2eb3c151288257abf" "site/built/07-loops.md" "2023-10-18"
Expand Down

0 comments on commit ebe7b84

Please sign in to comment.