Manish Kumar Saini has Published 958 Articles

How to Iterate through each element in N-Dimensional matrix in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Oct-2023 11:06:46

1K+ Views

MATLAB is a powerful tool to perform various operations on matrices. In the case of matrices, iterating through elements of a matrix is one of the common operations used to perform various other matrix operations such as finding sum of all elements of a matrix, finding maximum and minimum values ... Read More

How to inverse a vector in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Oct-2023 11:04:09

383 Views

As we know, MATLAB is a powerful tool to perform various operations on matrices and arrays. Vector is a type of matrix having only one row or one column. We can determine the inverted version of a vector using MATLAB. For this, MATLAB provides different methods and functions. So, let’s ... Read More

How to Generate Unit Step, Sinusoidal and Exponential Signal in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 05-Oct-2023 17:55:34

2K+ Views

These three types of signals (unit step, sinusoidal, and exponential) are basic signals used in analyzing different types of systems. A unit step signal has a step of magnitude one after a specific time instant. A sinusoidal signal is a type of signal which has either a sine ... Read More

How to Find Percentage of Similarity between Two Matrices in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 05-Oct-2023 15:02:03

257 Views

As we know, MATLAB is a powerful tool that can be used to perform various operations on matrices. One such operation is finding the percentage of similarity between two matrices. Finding percentage of similarity between two matrices is crucial in various application such as digital image processing, data analysis, machine ... Read More

How to Generate Periodic and Aperiodic Sequence in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 05-Oct-2023 14:53:50

375 Views

A periodic sequence is one which repeats its pattern at regular intervals, whereas an aperiodic sequence is another type of sequence in which there is no regularity in the pattern. We can use MATLAB to generate periodic and aperiodic sequences. Before going to learn about generating periodic and aperiodic sequences ... Read More

How to Generate Narrowband and Wideband FM Signal using MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 05-Oct-2023 14:40:38

1K+ Views

FM stands for Frequency Modulation, a technique used in communication systems for long distance transmission of data and information. The frequency modulation involves the alteration in the frequency of the signal so that it can be transmitted over long distances without any distortion of the information. In this tutorial, I ... Read More

How to Find Interior and Exterior Skeleton of Binary Images Using MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 05-Oct-2023 14:35:42

295 Views

In a binary image, the interior and exterior skeletons are used to represent the essential structure of the objects and shaped within the image. In this article, I am going explain the process of finding the interior and exterior skeleton of binary image using MATLAB. Before discussing the process of ... Read More

How to Create a Partially Colored Gray Image in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 05-Oct-2023 14:33:13

179 Views

We can use MATLAB to create a partially colored gray image, which we will discuss in this tutorial. But before that, let us first get an overview of what a partially colored gray image is used for. What is a Partially Colored Gray Image? A digital image in which some ... Read More

Histogram Equalization Without Using histeq() Function in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 05-Oct-2023 14:31:00

971 Views

In digital image processing, histogram equalization is a common method of improving the visual quality of a digital image. We can perform histogram equalization of a digital image using MATLAB. We have a built-in function "histeq" in MATLAB to perform this task. However, we can also perform histogram equalization without ... Read More

Filtering After Upsampling in MATLAB Interpolation

Manish Kumar Saini

Manish Kumar Saini

Updated on 05-Oct-2023 14:29:36

256 Views

In interpolation, filtering after upsampling is an important step to avoid the aliasing and reconstruction of a filtered signal. In MATLAB, there are various built-in functions that can be used to perform filtering after upsampling in interpolation. Before discussing the process of filtering after upsampling, let us first know about ... Read More

Advertisements