Manish Kumar Saini has Published 958 Articles

How to Add an EditField Component in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

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

224 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

423 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

808 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

Find Index of Cells Containing My String in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Sep-2023 12:11:01

170 Views

In MATLAB, a cell array is a type of data structure used to hold data of different data types and sizes. In short, a cell array allows us to store different types of data like numbers, characters, strings, arrays, and more. In a cell array, each cell can contain a ... Read More

Extract Subsets of Consecutive Entries in a Matrix in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Sep-2023 10:51:31

129 Views

MATLAB is a powerful tool to manipulate matrices. In this article, we will explore how to extract subsets of consecutive entries in a matrix using MATLAB. But before that let's first get an overview of subsets of consecutive entries in a matrix. In a matrix, a set of elements that ... Read More

Double Interpolation using Lookup Tables in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 07-Sep-2023 10:38:10

326 Views

Double Interpolation is a mathematical method used to calculate values within a set of data points. It is basically an advanced version of interpolation, as it is used to interpolate a function that depends on two variables. In other words, the double interpolation is a method of estimating value of ... Read More

What is Color Histogram Equalization in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 16:01:03

274 Views

In digital image processing, there is a technique called histogram equalization which is used to enhance the visual quality of an image by manipulating contrast in the image. Histogram equalization improves the quality of an image by redistributing the pixel values across the entire image, so that the histogram of ... Read More

What are different types of denoising filters in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 16:00:05

402 Views

In MATLAB, a denoising filter is a tool that can reduce or remove noise from a digital image or a digital signal. As we know, noise is an unwanted signal or disturbance in a digital signal that impacts the quality of the signal or can cause errors in the signal ... Read More

Trapezoidal numerical integration in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:58:09

404 Views

In mathematics, trapezoidal numerical integration is a method of approximating the definite integral of a function over a certain interval. In the trapezoidal numerical integration, a curve is divided into multiple trapezoids and then areas of all the trapezoids are calculated and added to estimate the total area under the ... Read More

Advertisements