Manish Kumar Saini has Published 1143 Articles

Gray Scale to Pseudo Color Transformation in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Sep-2023 13:49:45

497 Views

MATLAB provides an easy and efficient way of processing images. In this tutorial, we will explore how to perform gray scale to pseudo color transformation in MATLAB. In MATLAB, the gray scale to pseudo color transformation is an image processing technique which is used to create a visually appealing image ... Read More

Function with Variable Number of Input Arguments in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Sep-2023 13:45:59

272 Views

MATLAB is a high-level programming language that has capability to define a function that can accept a variable number of input arguments. In MATLAB, there is no need of defining any additional function or array to define a function with variable number of input arguments. How to Create a Function ... Read More

Forward and Inverse Fourier Transform of an Image in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Sep-2023 13:43:38

753 Views

In mathematics, the Fourier transform is a mathematical tool used for converting a function or signal from the time domain to the frequency domain. It is widely used in the field of signal processing, communication, image processing and analysis, etc. Before proceed to find the forward and inverse Fourier transformer ... Read More

How to Create an Image Component in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Sep-2023 13:39:39

176 Views

In MATLAB, we can create various types of GUI components like EditField, buttons, hyperlink, image, etc. In this tutorial, I will explain how can you create an image component in MATLAB programming. But before that let us first get an overview of image component in MATLAB. What is Image Component ... Read More

How to Append Data to a File in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Sep-2023 13:24:41

2K+ Views

In MATLAB, appending is nothing but the process of adding data to a text file which already exists in the memory or workspace. In MATLAB, there is a built-in function 'fprintf' which is used to append or add data to a file. The 'fprintf' function allows users to add ... Read More

How to add White Gaussian Noise to Signal using MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Sep-2023 13:15:59

893 Views

A type of noise signal which has a flat power spectral density (PSD) across all frequencies is referred to as white gaussian noise or white noise. In this tutorial, I will explain how to add white gaussian noise to signal using MATLAB. But before that let get a brief overview ... Read More

How to Add an EditField Component in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Sep-2023 13:09:45

205 Views

MATLAB allows us to create graphical user interface (GUI) applications without proper knowledge of coding. It has a built-in component library containing a wide range of GUI components such as buttons, edit fields, numeric edit fields, hyperlinks, and many more. In this tutorial, I will explain how you can create ... Read More

How Spatial Resolution of a Digitized Image is Different from Brightness Resolution in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Sep-2023 12:21:51

413 Views

MATLAB is an efficient tool to process and manipulate digital images. In MATLAB, a digital image is specified as a two-dimensional matrix where the elements of the matrix represent the pixel intensity of the image. When the pixel intensity of a digital image is represented as a 2D matrix, then ... Read More

Creating Apps Using App Designer in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Sep-2023 12:18:55

759 Views

MATLAB is a robust and high-level programming language extensively used in engineering and scientific fields for system design. The most important fact about MATLAB is that it provides an easy-to-use graphical user interface (GUI). MATLAB has a built-in App Designer tool that allows users to develop a variety of applications ... Read More

Find Indices of Maximum and Minimum Value of Matrix in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Sep-2023 12:15:49

3K+ Views

In MATLAB, a matrix is a 2D array that is mainly used store numerical data. MATLAB allows users to perform several different types of mathematical operations on matrices. This tutorial is primarily meant for explaining two matrix operations namely, finding indices of maximum and minimum elements of the matrix. However, ... Read More

Advertisements