Manish Kumar Saini has Published 958 Articles

Definite Numerical Integration Using Quad in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 13:36:50

263 Views

In this tutorial, we will learn how to calculate definite numerical integration using Quad function in MATLAB. But before that, let us first understand what is definite numerical integration. What is Definite Numerical Integration? In mathematics, a method of determining the approximate value of the definite integral of a function ... Read More

Cubic Spline Data Interpolation in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 13:33:40

516 Views

In mathematics, the cubic spline data interpolation is a way of calculating values between data points of a given data set. This technique is widely used when we want to plot a smooth curve passing through these data points. In MATLAB, we can calculate the cubic spline data interpolation by ... Read More

Create Cartesian Axes in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 13:04:06

141 Views

When a figure is constructed in MATLAB as a graphical component, the cartesian axes are automatically added; however, MATLAB has a function, the 'axes()' function, to carry out the specific task. Cartesian axes are produced in a figure by this function. When several cartesian planes are required in a single ... Read More

Create a Slider Component in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 12:58:52

213 Views

MATLAB is a high-level programming language that allows us to create GUI applications without need of proper programming knowledge. In a MATLAB application, we can create various kinds of GUI (Graphical User Interface) components such as buttons, slider, text and number fields, hyperlinks, and many more. This tutorial is meant for ... Read More

Cosine Similarity Calculation Between Two Matrices in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 12:22:34

911 Views

In this tutorial, we will learn how to calculate cosine similarity between two matrices using MATLAB. So, let’s start with the basic definition of cosine similarity. What is Cosine Similarity? Cosine similarity is a standard of measurement in matrix algebra used to determine the measure of similarity between two non-zero ... Read More

Difference between P-Type and N-Type Semiconductor

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 10:23:10

62K+ Views

The type of materials whose conductivity is greater than insulators but less than conductors are known as semiconductor materials. In other words, a material is said to be semiconductor, if it has 4 electrons in its outermost shell. The semiconductor materials are broadly classified into two categories viz. intrinsic semiconductors ... Read More

Bit and Byte Organized Memory

Manish Kumar Saini

Manish Kumar Saini

Updated on 05-Sep-2023 17:23:18

714 Views

In the field of computer, the terms “Bit”, “Byte”, and “Memory” are very commonly used. Memory is defined as a property of a device responsible for storing information. Bit and Bytes are two fundamental measurement units of memory capacity. A bit is used to represent a binary digit, either a ... Read More

Binarization of Digital Images Using Otsu Method in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 05-Sep-2023 17:21:17

399 Views

In digital image processing, the process of transforming a color image or a grayscale image into a binary image is referred to as binarization of the image. In a binary image, the image pixels are represented using binary values i.e., 0 and 1, where 0 represents the black pixel and ... Read More

4 Variable K-Map in Digital Electronics

Manish Kumar Saini

Manish Kumar Saini

Updated on 05-Sep-2023 16:58:46

10K+ Views

Several techniques have been developed to simplify a complex Boolean expression into its simplest form. K-Map or Karnaugh Map is one of such minimization or simplification techniques. The K-Map or Karnaugh Map is a graph or chart which composed of an arrangement of adjacent cells. Where, each cell of the ... Read More

Define Import Options for Table in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 04-Sep-2023 16:53:52

170 Views

In this tutorial, we will define various import options for table in MATLAB. The import options allow us to bring data into a table or another data format. For example, we can utilize this option to read data from a given spreadsheet file "sample.xlsx" into MATLAB in the form of ... Read More

Advertisements