Resources
- edX MATLAB and Octave for Beginners: https://www.edx.org/course/matlab-and-octave-for-beginners
- Book (in pdf): https://www.sciencedirect.com/book/9780128045251/matlab
- Course content (videos) + book (in pdf): https://dox.uliege.be/index.php/s/5n1F6UgDnJFmNdv
Home-work for next week
Chapters to read:
- Chapter 5, all sections
- Chapter 6, sections 1/2 (all) + 4 (advanced) + 3/5/6 (optional) not for beginners :-)
- Chapter 7: sections 1/2/3 + 4 (optional)
- Chapter 8: sections 1/2 + 3/4/5 (advanced)
Video:
Exercises:
- Chapter 5:
- #10, 17, 20, 32 (about FOR's and WHILE's)
- #40 (more advanced and complicated)
- Chapter 6: Write functions that return
- the day index since January 1, 2022 based on a date expressed as [dd mm yyyy] (you can assume the date is taken in 2022 to begin with).
- the name day (Monday, Tuesday,...) for a date, expressed as [dd mm yyyy], knowing that January 1, 2022, is a Saturday(you can assume the date is taken in 2022 to begin with).
- Chapter 7 : 6, 14, 24, 30
- Chapter 8 : 8, 26, 31