diff --git a/01-intro.html b/01-intro.html index 0e0059ba..ff4a802d 100644 --- a/01-intro.html +++ b/01-intro.html @@ -514,7 +514,7 @@
We mentioned above that we can get other symbols in the workspace which relate to the types of information we can save.
@@ -631,7 +631,7 @@We can ask the first two question in positive, encapsulate it in brackets, and then negate it:
diff --git a/02-arrays.html b/02-arrays.html index ce6dfbc2..2e115820 100644 --- a/02-arrays.html +++ b/02-arrays.html @@ -578,7 +578,7 @@We need to select every other element in both dimensions. To do that, we define the apropriate intervals with an increment of 2:
@@ -757,7 +757,7 @@We need to tart with row 2
, and subsequently select
every third row:
To select all elements from 3rd to last we can use start our diff --git a/03-loading_data.html b/03-loading_data.html index f2bb75c8..cd23b921 100644 --- a/03-loading_data.html +++ b/03-loading_data.html @@ -505,7 +505,7 @@
We already know that the colon operator as an index returns all the
elements, so patient_data(:)
will return a vector with all
@@ -808,7 +808,7 @@
Using the power matlab has to compare arrays, we can check which
patients have a max
equal to the global_max
.
diff --git a/04-plotting.html b/04-plotting.html
index c7bba926..a854cb5d 100644
--- a/04-plotting.html
+++ b/04-plotting.html
@@ -451,7 +451,7 @@
The first part for the mean remains unchanged:
We mentioned above that we can get other symbols in the workspace which relate to the types of information we can save.
@@ -680,7 +680,7 @@We can ask the first two question in positive, encapsulate it in brackets, and then negate it:
@@ -1251,7 +1251,7 @@We need to select every other element in both dimensions. To do that, we define the apropriate intervals with an increment of 2:
@@ -1432,7 +1432,7 @@We need to tart with row 2
, and subsequently select
every third row:
We already know that the colon operator as an index returns all the
elements, so patient_data(:)
will return a vector with all
@@ -2125,7 +2125,7 @@
Using the power matlab has to compare arrays, we can check which
patients have a max
equal to the global_max
.
@@ -2341,7 +2341,7 @@
The first part for the mean remains unchanged:
We mentioned above that we can get other symbols in the workspace which relate to the types of information we can save.
@@ -632,7 +632,7 @@We can ask the first two question in positive, encapsulate it in brackets, and then negate it:
diff --git a/instructor/02-arrays.html b/instructor/02-arrays.html index 7fada6d6..8a018b80 100644 --- a/instructor/02-arrays.html +++ b/instructor/02-arrays.html @@ -579,7 +579,7 @@We need to select every other element in both dimensions. To do that, we define the apropriate intervals with an increment of 2:
@@ -758,7 +758,7 @@We need to tart with row 2
, and subsequently select
every third row:
To select all elements from 3rd to last we can use start our diff --git a/instructor/03-loading_data.html b/instructor/03-loading_data.html index bb95018a..d38029cf 100644 --- a/instructor/03-loading_data.html +++ b/instructor/03-loading_data.html @@ -506,7 +506,7 @@
We already know that the colon operator as an index returns all the
elements, so patient_data(:)
will return a vector with all
@@ -809,7 +809,7 @@
Using the power matlab has to compare arrays, we can check which
patients have a max
equal to the global_max
.
diff --git a/instructor/04-plotting.html b/instructor/04-plotting.html
index 68b8dc0e..c3a468d4 100644
--- a/instructor/04-plotting.html
+++ b/instructor/04-plotting.html
@@ -452,7 +452,7 @@
The first part for the mean remains unchanged:
We mentioned above that we can get other symbols in the workspace which relate to the types of information we can save.
@@ -679,7 +679,7 @@We can ask the first two question in positive, encapsulate it in brackets, and then negate it:
@@ -1251,7 +1251,7 @@We need to select every other element in both dimensions. To do that, we define the apropriate intervals with an increment of 2:
@@ -1432,7 +1432,7 @@We need to tart with row 2
, and subsequently select
every third row:
We already know that the colon operator as an index returns all the
elements, so patient_data(:)
will return a vector with all
@@ -2126,7 +2126,7 @@
Using the power matlab has to compare arrays, we can check which
patients have a max
equal to the global_max
.
@@ -2343,7 +2343,7 @@
The first part for the mean remains unchanged: