MATLAB Loop

After reading this MATLAB Loop topic, you will understand loop types and you will know the for and while loops theory, and examples.

In real life, many times we need to perform some task repeated over and over, until a specific goal is reached. That’s why MATLAB provides us, a repetitive structure called loop.

Read more

MATLAB Variable as Scalar, Vector, or Matrix

After reading the MATLAB Variable as Scalar, Vector, or Matrix topic, you will understand how to create a variable as a Scalar, Vector, and Matrix in MATLAB.

Variable in MATLAB can be of following types:

  • A variable (or array) with one element is called scalar.
  • A variable (or array) with one row or one column of elements called vector.
  • A variable (or array) with elements in rows and columns is called matrix.

Read more

MATLAB Getting help

After reading the MATLAB Getting help Functions topic, you will understand how to use MATLAB help commands to take full advantages of various features available in MATLAB.


MATLAB documents are available for providing help on MATLAB topics. To view the documentation, click on the MATLAB help button display on the MATLAB Home menu and MATLAB help window appears shown below

Read more

error: Content is protected !!