MATLAB Operators

After reading this MATLAB operators topic, you will understand its theory and examples also you will able to use various types of MATLAB operators.

An operator is a symbol that defines the kind of operation that compiler has to perform. MATLAB having various types of operators are classified as

Read more

MATLAB Plots

After reading the MATLAB plots topic, you will understand how to create plots, and you will know how to use various plot commands in MATLAB.

Plots are useful in providing information in picture view and MATLAB provides the facility for creating a plot using plot command.

Read more

MATLAB String

After reading the MATLAB String topic, you will understand how to create and manipulate the string, and you will understand how to use string built-in functions in MATLAB.

An array of characters is called string. It is created by typing the characters within single quotes. Characters that can be used in the string as lowercase letters (a – z), uppercase letters (A – Z), digits (0 – 9) and other characters as (#,

Read more

MATLAB Conditional statements

After reading this MATLAB conditional statements topic, you will understand conditional statements classification and you will know the theory, and examples of MATLAB Conditional statements.

The conditional statements execute different statements based on different conditions.

Read more

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 !!