Aperçu des sections

  • Introduction

  • Part I: Introduction to the Matlab environment (Chapter 1, Chapter 2)

    This part introduces the programming environment in MATLAB and presents the fundamental concepts that students need to master. It covers essential topics such as variables, numerical operations, built-in functions, core commands, and other key features necessary for effective MATLAB programming.

  • Part II: Vectors and Matrices (Chapter 2, Chapter 3))

    MATLAB was originally designed to enable mathematicians, scientists, and engineers to work easily with the tools of linear algebra. For this reason, we begin by introducing vectors, followed by matrices, which are both intuitive and highly convenient to manipulate in MATLAB.

  • Part III: Introduction to programming with Matlab (Chapters 5, 6)

    So far we have seen how to use MATLAB to perform commands or to evaluate expressions by writing them in the command line (After the >> prompt), therefore the commands used are generally written as a single instruction (possibly on a single line). However, there are problems whose solution description requires several instructions, which requires the use of several lines.

    For example, searching for the roots of a quadratic equation (taking into account all possible cases). A collection of well-structured instructions aimed at solving a given problem is called a program. In this part of the course, we will present the mechanisms for writing and executing programs in MATLAB.

  • Part IV: Graphical representation in Matlab (Chapter 7)

    In addition to enabling high-level numerical computations, MATLAB can also generate powerful and visually impressive 2D and 3D graphics. To gain a brief overview of MATLAB’s graphical capabilities, users can explore the built-in graphics demonstrations. In this part of the course, we present the fundamental principles required for plotting and visualizing curves in MATLAB.