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.

Continue reading MATLAB Control Systems

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. Continue reading MATLAB Vectors

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 (#, %, &, etc.) Continue reading MATLAB String