accessing-pieces-arrays/slides.org
changeset 377 17f08d039309
parent 270 49c9bb72e08a
child 380 c17aa604468a
equal deleted inserted replaced
376:3e947a3fa83e 377:17f08d039309
    98     In []: C[::3, 1::3]
    98     In []: C[::3, 1::3]
    99     In []: C[::4, 1:4]
    99     In []: C[::4, 1:4]
   100   #+end_src
   100   #+end_src
   101 * Summary
   101 * Summary
   102   You should now be able to --
   102   You should now be able to --
   103   - Manipulate 1D \& Multi dimensional arrays
   103   - Manipulate single \& multi dimensional arrays
   104       - Access and change individual elements 
   104       - Access and change individual elements 
   105       - Access and change rows and columns 
   105       - Access and change rows and columns 
   106       - Slice and stride on arrays
   106       - Slice and stride on arrays
   107   - Read images into arrays and manipulate them.
   107   - Read images into arrays and manipulate them.
   108 * Thank you!
   108 * Thank you!