Manish Kumar Saini has Published 958 Articles

How To Create Video from Sequence of Images Using MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:57:07

191 Views

In MATLAB, we can create a video from a sequence of images. In this tutorial, we will explore the steps involved in creating a video from an image sequence and will take an example to understand the concept practically. Process of Creating Video From a Sequence of Images The step-by-step ... Read More

How to Create a Textarea Component in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:54:37

196 Views

In MATLAB, we have a built-in GUI App Designer environment that allows us to develop various types of GUI (Graphical User Interface) applications with proper knowledge of software engineering and programming. In this MATLAB’s app designer environment, we can create various kinds of GUI components such as TextFields, Buttons, NumEditFields, ... Read More

How to Create a New Matrix from All Possible Row Combinations in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:52:29

179 Views

In MATLAB, a matrix is nothing but a 2D (two-dimensional) array of numbers arranged in multiple rows and columns. Matrix is the most elementary data structure in MATLAB programming which is utilized to store and manipulate data. In this tutorial, we will learn how to create a new matrix from ... Read More

How to Create a Matrix from a Nested Loop in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:51:17

533 Views

MATLAB is an efficient tool to create matrices. In MATLAB, a matrix is a two-dimensional array that can store data in the form of rows and columns. MATLAB allows us to create matrices by using nested loops. In this tutorial, we will learn how to create a matrix using a ... Read More

How to Create a Hyperlink Component in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:49:54

186 Views

In MATLAB, we can use the MATLAB's built-in GUI environment 'App Designer' to create a hyperlink component. The App Designer Environment of MATLAB allows to create several types of GUI components like hyperlink, buttons, sliders, text fields, etc. To create a hyperlink component in MATLAB, we can use a built-in ... Read More

Discrete Fourier Transform and its Inverse using MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:37:05

4K+ Views

Discrete Fourier transform and Inverse discrete Fourier transform are two mathematical operations used to analyze functions and signals in the frequency domain. Both DFT and IDFT are widely used in the field of digital signal processing to synthesize and analyze the digital signals. Let's discuss a bit more about the ... Read More

Differential or Derivatives in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:34:48

702 Views

In mathematics, differential or derivative is one of the fundamental operations used to determine the rate of change of a function. Therefore, derivatives are crucial to analyze various scientific and engineering processes or functions. We can perform derivates using various mathematical tools like MATLAB. In this tutorial, we will explore ... Read More

Difference between Reluctance Motor and Induction Motor

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:04:20

4K+ Views

Electric motors are present in the industry to help us to drive a lot of numbers of mechanical loads in the industry. They have a moving and stationary part to interact with the magnetic field and current to transform electric energy into mechanical energy. They have dominated the industry from ... Read More

Difference between inv() and pinv() functions in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:02:14

647 Views

In this tutorial, we will discuss two important functions namely, "inv()" and "pinv()", used for matrix inversion in MATLAB. Since, the fundamental purpose of both the functions is the same, i.e. matrix inversion, but they are different from each other in many aspects. Hence, we will learn the important differences ... Read More

Difference between Convolution and Correlation in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 14:58:54

6K+ Views

In mathematics, there are two operations namely, convolution and correlation used to manipulate two functions to produce a third function. Both operations play a vital role in various fields such as digital signal processing, digital image analysis processing, solving complex mathematical problems and many more. Convolution and correlation are also ... Read More

Advertisements