Matlab

INTEGRATION IN MATLAB

INTEGRATION IN MATLAB

Integration will solve two different type of problems in matlab they are;

Indefinite integral

It is reverse of differentiation operation in this derivative of the function is given and we have to find function.

Definite integral

It  involve adding up a very large number of very small quantities and then taking a limit as the size of the quantities approaches zero, while the number of terms tend to infinity and it useful for finding area, volume, moment of inertia, center of gravity  and work done.

Int command is used to find integration of given function

Let us consider an example

Syms x

expr = -2*x/ (1+x^2)^2;

y = int (expr)

Output is

y= 

POLYNOMIALS:

Polyval command is used to execute the matrix polynomial. Let us consider an example, in order to evaluate our previous polynomial p, at x = 4, type:

p = [1 7 0 -5 9];

Polyval (p, 4)

ans = 693

TRANSFER FUNCTION:

In order to solve transfer function in matlab we use an fft, Laplace, fourier commands to execute matlab transfer function.

 Laplace transform in time domain is represented as function f(t) is given by the following integral:

|f(t)|=

And also Laplace transform designed as a transform function of f(t) to F(s). We can see this converted transform or integration process f(t), as a function with a  symbolic variable t, into another function F(s), with another variable s.

Rajeshwari Chiluveru

Rajeshwari (M.Tech) is the Technical Education Director at WebVidyalayam. She focuses on translating high-level systems engineering into accessible technology courses.

Share
Published by
Rajeshwari Chiluveru

Recent Posts

Samsung TV This Function is Not Available Error: Tizen OS Logic & Fixes (2026)

Introduction: Encountering the message 'This Function is Not Available' on a Samsung Smart TV is…

3 days ago

How to Use FlexClip AI PowerPoint to Video (Step-by-Step 2026)

We have all been there, you spend hours making a perfect PowerPoint presentation, but you…

5 days ago

Samsung Smart TV Screen Flickering On and OFF: 2026 Diagnostic & Fix Guide

🎓 Technical Learning Module: Display Engineering Verified 2026 👨‍🏫 Instructor: Lakshmi Durga (M.Tech) 🛡️ Oversight:…

3 weeks ago

Samsung Smart TV Remote Not Working: A Technical Analysis of IR & Bluetooth Logic

🎓 Technical Learning Module: Input Logic Verified 2026 Expert Solution 👨‍🏫 Instructor: Rajeshwari (M.Tech) 🛡️…

3 weeks ago

Samsung Smart TV Apps Not Loading: Tizen 9.0 Architecture & Logic Analysis

🎓 Technical Learning Module Verified 2026 Expert Solution 👨‍🏫 Instructor: Rajeshwari (M.Tech) 🛡️ Oversight: Ratan…

2 months ago

Google Spam Update 2025: Impact, Recovery Guide & SpamBrain Explained

Google released a spam update on 26th of August 2025 and this is affecting a…

7 months ago