MATLAB Control Systems

After reading the MATLAB control systems topic, you will able to solve problems based on the control system in MATLAB, and you will also understand how to write transfer function, and how to find step response, impulse response of various transfer systems.

  • It deals with control system design and analysis.
  • It supports different transfer function and state-space forms.
  • It provides in-built function to find step response, impulse response, parabolic response and ramp response of a dynamic system.
  • It also provides in-built function for root locus, bode plot and Nyquist plot, and hence study the stability.

Read more

MATLAB Integration

After reading the MATLAB Integration topic, you will able to solve problems based on integration in MATLAB, and you will also understand how to use built-in function quad to calculate the integration.

Integration is very common mathematical operation. MATLAB has a built-in function quad to calculate the integration.

Read more

MATLAB Polynomials

After reading the MATLAB Polynomials topic, you will able to solve problems based on polynomials in MATLAB, you will also understand how to create polynomials, evaluating polynomials, find polynomials roots, find derivative of polynomials, etc.

In MATLAB, polynomials are represented as row vectors having coefficients ordered by descending powers.

Read more

MATLAB Vectors

After reading the MATLAB vector topic, you will able to implement row vectors and column vectors in MATLAB, you will understand vector types, theory, examples, and vector handling built-in Functions.

A MATLAB vector is a one-dimensional array of numbers. Square brackets are used for defining Vector in MATLAB. The semi-colon is used within the square brackets for separating the rows, and space or comma used within the square brackets for separating the elements.

Read more

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

error: Content is protected !!