Manish Kumar Saini has Published 1143 Articles

How to Create a GUI Button in MATLAB App?

Manish Kumar Saini

Manish Kumar Saini

Updated on 08-Aug-2023 10:12:24

343 Views

In MATLAB App environment, we can develop a GUI (Graphical User Interface) app without having proper knowledge of coding. Therefore, MATLAB app building allows us to create professional applications without writing code, and just by drag−drop. In this article, we will discuss how to create a GUI button in a ... Read More

How to Change the Background of an Image with Green Screen Background in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 17:30:09

384 Views

In this article, we learn how to change the green background of an image to some other background using MATLAB programming. The concept of changing a green screen background to another background involves the use of a technology called “chroma key”. This technology detects the absolute green color in the ... Read More

How to Calculate Variance in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 17:27:31

502 Views

In this article, we will explore how to calculate variance in MATLAB. In mathematics, variance is a statistical tool used to measure the degree of dispersion of a set of data points around its average value. It is widely used to quantify the diversity or variability of a set of ... Read More

How to Calculate the Impulse Response in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 17:24:44

798 Views

In this article, we will learn ow to calculate the impulse response of a system in MATLAB. Impulse response is an elementary concept used in analyzing and understanding the behavior of systems for an impulse input. It is mainly used to analyze the linear time invariant systems like digital filters, ... Read More

How To Calculate Standard Deviation in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 17:21:07

600 Views

In this article, we will learn to calculate standard deviation in MATLAB. Standard deviation is a mathematical operation that gives the measure of variation in a set of data points. The standard deviation is used to study the dispersion of data around their average value. If a set of data ... Read More

How to Calculate Moving Sum in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 17:17:53

268 Views

In this article, we will explore how to calculate moving sum using MATLAB programming. But before that let us have a look into the concept of moving sum. What is Moving Sum? Moving sum is a mathematical operation that allows to calculate the sum of a set of numbers over ... Read More

How to Convert YIQ Image to RGB Image Using MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 17:15:58

308 Views

In this article, we will learn how to convert a YIQ image into an RGB image using MATLAB programming. YIQ is color space used in analog display devices to display color images. It uses three components namely, Y (brightness), I (In−Phase), and Q (Quadrature) to distinguish the image. Here, the ... Read More

How to Convert Three Channels of Colored Image into Grayscale Image in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 17:12:37

271 Views

In this article, we will explore how to convert a colored image with three channels, i.e. RGB (Red, Green, and Blue) into a gray scale image using MATLAB. An RGB image is a digital image in which each pixel is represented as a combination of intensity of three−color channels, namely ... Read More

How to Convert RGB Image to Binary Image Using MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 17:09:45

806 Views

In this article, we will explore how to convert an RGB image to a binary image using MATLAB programming. An RGB image is one which is represented by using three color channels namely, Red, Green, and Blue. In the case of an RGB image, the three primary colors, namely red, ... Read More

How to Convert HSI Image to RGB Image in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Aug-2023 17:08:29

441 Views

HSI (also called HSV) and RGB are two different types of color spaces. Where, HSI stands for Hue Saturation and Intensity, (HSV stands for Hue Saturation Value). An image represented based on the color model of HSI is called an HSI image. On the other hand, RGB stands for Red ... Read More

Advertisements