MATLAB Variable

After reading this MATLAB Variable topic, you will understand how to create and manipulate Variable, and you will understand how to assign and display variable data in MATLAB.

In MATLAB, an assignment statement automatically generates variable.

Read more

MATLAB Functions

After reading the MATLAB Functions topic, you will understand function structure, anonymous functions, and sub-functions in MATLAB.

In MATLAB, a large program divides into subprogram for performing a specific task and this subprogram is called function. The function is generally reusable.

Read more

MATLAB Matrix

After reading the MATLAB Matrix topic, you will understand how to create and manipulate Matrix in MATLAB.

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

Read more

MATLAB Simulink

After reading the MATLAB Simulink topic, you will know how to create a new Simulink model in MATLAB, and you will also understand how to take full advantages of given Simulink library browser for your application using MATLAB.

It is a graphical, mouse-driven program that allows modeling of various systems and their analysis. For modeling a system, various blocks along with graphical user interface (GUI) provided by Simulink. Using Simulink, you create a system simply by placing blocks and connect them using wires and also analyze the system.  

Read more

MATLAB Image Processing

After reading the MATLAB image processing topic, you will able to solve problems on modifying images in MATLAB, and you will also understand how to image resize, image rotate, image display, cropping an image using MATLAB.

MATLAB stores image as a two-dimensional array, i.e. in matrices form. The pixel in the image represents each element of matrices.

Read more

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

error: Content is protected !!