From edd4c3db5e61e5fe7c430efc1518ab8ca3f9a7ad Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 18 Nov 2024 15:00:13 +0000 Subject: [PATCH] site deploy Auto-generated via `{sandpaper}` Source : 89808eb9fed6c3520dd1f97367ca8fb9a878ff64 Branch : md-outputs Author : GitHub Actions Time : 2024-11-18 14:59:57 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : d81a746f4c2c2f76a4e198b28662ac08e5a7d989 Branch : main Author : Chris Fullerton <3920981+cjfullerton@users.noreply.github.com> Time : 2024-11-18 14:59:17 +0000 Message : Merge pull request #63 from UoMResearchIT/feature/change-IIU-and-AIU Replace IIU and AIU with alternatives --- 02-arrays.html | 4 +- 03-loading_data.html | 6 +- 04-plotting.html | 2 +- 07-func.html | 345 +++++++++++++++--------------- aio.html | 355 ++++++++++++++++--------------- instructor-notes.html | 2 +- instructor/02-arrays.html | 4 +- instructor/03-loading_data.html | 6 +- instructor/04-plotting.html | 2 +- instructor/07-func.html | 345 +++++++++++++++--------------- instructor/aio.html | 355 ++++++++++++++++--------------- instructor/instructor-notes.html | 2 +- md5sum.txt | 2 +- pkgdown.yml | 2 +- 14 files changed, 742 insertions(+), 690 deletions(-) diff --git a/02-arrays.html b/02-arrays.html index c4cc020..3679dec 100644 --- a/02-arrays.html +++ b/02-arrays.html @@ -628,7 +628,7 @@

Checkerboard

-
+

We need to select every other element in both dimensions. To do that, we define the apropriate intervals with an increment of 2:

@@ -830,7 +830,7 @@

Master indexing

-
+

We need to tart with row 2, and subsequently select every third row:

diff --git a/03-loading_data.html b/03-loading_data.html index 0fae203..6abf526 100644 --- a/03-loading_data.html +++ b/03-loading_data.html @@ -576,7 +576,7 @@

All data points at once

-
+

We already know that the colon operator as an index returns all the elements, so patient_data(:) will return a vector with all @@ -874,7 +874,7 @@

Most inflamed patients

-
+

Using the power MATLAB has to compare arrays, we can check which patients have a max equal to the global_max. @@ -893,7 +893,7 @@

MATLAB