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 @@

Show me the solution

-
+

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 @@

Show me the solution

-
+

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 @@

Show me the solution

-
+

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 @@

Show me the solution

-
+

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

@@ -822,7 +822,7 @@

Show me the solution

-
+
  1. Exercises using slicing
  • 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 @@

    Show me the solution

    -
    +

    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 @@

    Show me the solution

    -
    +

    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 @@

    Show me the solution

    -
    +

    The first part for the mean remains unchanged:

    diff --git a/06-func.html b/06-func.html index e4dee56d..13e1a4f0 100644 --- a/06-func.html +++ b/06-func.html @@ -467,7 +467,7 @@

    Show me the solution

    -
    +

    MATLAB @@ -702,7 +702,7 @@

    Show me the solution

    -
    +

    MATLAB @@ -780,7 +780,7 @@

    Show me the solution

    -
    +

    MATLAB diff --git a/07-loops.html b/07-loops.html index a1011785..3c9b0d1d 100644 --- a/07-loops.html +++ b/07-loops.html @@ -562,7 +562,7 @@

    Show me the solution

    -
    +

    MATLAB @@ -614,7 +614,7 @@

    Show me the solution

    -
    +

    MATLAB @@ -685,7 +685,7 @@

    Show me the solution

    -
    +

    MATLAB diff --git a/08-cond.html b/08-cond.html index c48461c1..b5848032 100644 --- a/08-cond.html +++ b/08-cond.html @@ -520,7 +520,7 @@

    Show me the solution

    -
    +

    MATLAB @@ -628,7 +628,7 @@

    Show me the solution

    -
    +

    MATLAB diff --git a/aio.html b/aio.html index bd6c4888..e4b81472 100644 --- a/aio.html +++ b/aio.html @@ -561,7 +561,7 @@

    Show me the solution

    -
    +

    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 @@

    Show me the solution

    -
    +

    We can ask the first two question in positive, encapsulate it in brackets, and then negate it:

    @@ -1251,7 +1251,7 @@

    Show me the solution

    -
    +

    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 @@

    Show me the solution

    -
    +

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

    @@ -1503,7 +1503,7 @@

    Show me the solution

    -
    +
    1. Exercises using slicing
    2. @@ -1818,7 +1818,7 @@

      Show me the solution

      -
      +

      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 @@

      Show me the solution

      -
      +

      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 @@

      Show me the solution

      -
      +

      The first part for the mean remains unchanged:

      @@ -3162,7 +3162,7 @@

      Show me the solution

      -
      +

      MATLAB @@ -3398,7 +3398,7 @@

      Show me the solution

      -
      +

      MATLAB @@ -3478,7 +3478,7 @@

      Show me the solution

      -
      +

      MATLAB @@ -3836,7 +3836,7 @@

      Show me the solution

      -
      +

      MATLAB @@ -3888,7 +3888,7 @@

      Show me the solution

      -
      +

      MATLAB @@ -3959,7 +3959,7 @@

      Show me the solution

      -
      +

      MATLAB @@ -4496,7 +4496,7 @@

      Show me the solution

      -
      +

      MATLAB @@ -4604,7 +4604,7 @@

      Show me the solution

      -
      +

      MATLAB diff --git a/files/intro_slides.pdf b/files/intro_slides.pdf index 2d1abc5f..466674de 100644 Binary files a/files/intro_slides.pdf and b/files/intro_slides.pdf differ diff --git a/instructor-notes.html b/instructor-notes.html index 3b14ca06..826cdd9b 100644 --- a/instructor-notes.html +++ b/instructor-notes.html @@ -345,7 +345,7 @@

      Suggested Timing

      -
      +
      • 10 min for intro slides
      • diff --git a/instructor/01-intro.html b/instructor/01-intro.html index 303871c4..a39c84a1 100644 --- a/instructor/01-intro.html +++ b/instructor/01-intro.html @@ -515,7 +515,7 @@

        Show me the solution

        -
        +

        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 @@

        Show me the solution

        -
        +

        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 @@

        Show me the solution

        -
        +

        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 @@

        Show me the solution

        -
        +

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

        @@ -823,7 +823,7 @@

        Show me the solution

        -
        +
        1. Exercises using slicing
        • 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 @@

          Show me the solution

          -
          +

          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 @@

          Show me the solution

          -
          +

          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 @@

          Show me the solution

          -
          +

          The first part for the mean remains unchanged:

          diff --git a/instructor/06-func.html b/instructor/06-func.html index 60c790a9..e6528672 100644 --- a/instructor/06-func.html +++ b/instructor/06-func.html @@ -468,7 +468,7 @@

          Show me the solution

          -
          +

          MATLAB @@ -703,7 +703,7 @@

          Show me the solution

          -
          +

          MATLAB @@ -781,7 +781,7 @@

          Show me the solution

          -
          +

          MATLAB diff --git a/instructor/07-loops.html b/instructor/07-loops.html index 93e924af..b09d345d 100644 --- a/instructor/07-loops.html +++ b/instructor/07-loops.html @@ -563,7 +563,7 @@

          Show me the solution

          -
          +

          MATLAB @@ -615,7 +615,7 @@

          Show me the solution

          -
          +

          MATLAB @@ -686,7 +686,7 @@

          Show me the solution

          -
          +

          MATLAB diff --git a/instructor/08-cond.html b/instructor/08-cond.html index 4b2c6308..27022399 100644 --- a/instructor/08-cond.html +++ b/instructor/08-cond.html @@ -521,7 +521,7 @@

          Show me the solution

          -
          +

          MATLAB @@ -629,7 +629,7 @@

          Show me the solution

          -
          +

          MATLAB diff --git a/instructor/aio.html b/instructor/aio.html index 2c97a1a8..c7220651 100644 --- a/instructor/aio.html +++ b/instructor/aio.html @@ -560,7 +560,7 @@

          Show me the solution

          -
          +

          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 @@

          Show me the solution

          -
          +

          We can ask the first two question in positive, encapsulate it in brackets, and then negate it:

          @@ -1251,7 +1251,7 @@

          Show me the solution

          -
          +

          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 @@

          Show me the solution

          -
          +

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

          @@ -1503,7 +1503,7 @@

          Show me the solution

          -
          +
          1. Exercises using slicing
          2. @@ -1819,7 +1819,7 @@

            Show me the solution

            -
            +

            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 @@

            Show me the solution

            -
            +

            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 @@

            Show me the solution

            -
            +

            The first part for the mean remains unchanged:

            @@ -3166,7 +3166,7 @@

            Show me the solution

            -
            +

            MATLAB @@ -3402,7 +3402,7 @@

            Show me the solution

            -
            +

            MATLAB @@ -3482,7 +3482,7 @@

            Show me the solution

            -
            +

            MATLAB @@ -3841,7 +3841,7 @@

            Show me the solution

            -
            +

            MATLAB @@ -3893,7 +3893,7 @@

            Show me the solution

            -
            +

            MATLAB @@ -3964,7 +3964,7 @@

            Show me the solution

            -
            +

            MATLAB @@ -4502,7 +4502,7 @@

            Show me the solution

            -
            +

            MATLAB @@ -4610,7 +4610,7 @@

            Show me the solution

            -
            +

            MATLAB diff --git a/instructor/instructor-notes.html b/instructor/instructor-notes.html index 5e92915e..21965cbe 100644 --- a/instructor/instructor-notes.html +++ b/instructor/instructor-notes.html @@ -343,7 +343,7 @@

            Suggested Timing

            -
            +
            • 10 min for intro slides
            • diff --git a/pkgdown.yml b/pkgdown.yml index 9429100f..3c1ab9d3 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-11-13T09:46Z +last_built: 2023-11-13T17:17Z