What is MATLAB?


Matlab Layout


Figure 1

A screenshot of the MATLAB application with red numbers annotating the major areas of the application which are detailed in the main body
Annotated MATLAB Application

Creating Variables


Figure 1

  • Your workspace should look like this! We suggest customising the workspace columns just as an example of what is possible. A screenshot of the MATLAB workspace with 3 variables in it from the challenge

  • Figure 2

    An animated GIF showing a vector column, matrix and array being built. It aims to add intuation for the shape of each of these types
    Animated figure showing a vector, matrix & array

    Working with Variables


    Plotting


    Figure 1

    A screenshot of a MATLAB figure containing a straight line

    Figure 2

    You should only see the y2 line, as the y1 figure was overwritten without hold on A screenshot of a MATLAB figure containing a curved


    Figure 3

    Now you should have both lines on the same plot A screenshot of a MATLAB figure containing both a straight and curved line


    Figure 4

    A screenshot of a MATLAB figure containing both a straight and curved line

    Figure 5

    A screenshot of a MATLAB figure with a title, axis labels and a legend

    Figure 6

    A screenshot of a MATLAB figure containing a 3D surface plot with peaks

    Logic


    Control