Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the basics of loops in MATLAB and Octave for beginners, including for loops to iterate over a range of values and while loops to execute code as long as a condition is true. The instructor demonstrates how to use for loops to calculate the sum of numbers within a range and while loops to create a number guessing game.