Manish Kumar Saini has Published 1143 Articles

How to Create a Hyperlink Component in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:49:54

171 Views

In MATLAB, we can use the MATLAB's built-in GUI environment 'App Designer' to create a hyperlink component. The App Designer Environment of MATLAB allows to create several types of GUI components like hyperlink, buttons, sliders, text fields, etc. To create a hyperlink component in MATLAB, we can use a built-in ... Read More

Discrete Fourier Transform and its Inverse using MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:37:05

4K+ Views

Discrete Fourier transform and Inverse discrete Fourier transform are two mathematical operations used to analyze functions and signals in the frequency domain. Both DFT and IDFT are widely used in the field of digital signal processing to synthesize and analyze the digital signals. Let's discuss a bit more about the ... Read More

Differential or Derivatives in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:34:48

661 Views

In mathematics, differential or derivative is one of the fundamental operations used to determine the rate of change of a function. Therefore, derivatives are crucial to analyze various scientific and engineering processes or functions. We can perform derivates using various mathematical tools like MATLAB. In this tutorial, we will explore ... Read More

Difference between Reluctance Motor and Induction Motor

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:04:20

4K+ Views

Electric motors are present in the industry to help us to drive a lot of numbers of mechanical loads in the industry. They have a moving and stationary part to interact with the magnetic field and current to transform electric energy into mechanical energy. They have dominated the industry from ... Read More

Difference between inv() and pinv() functions in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 15:02:14

620 Views

In this tutorial, we will discuss two important functions namely, "inv()" and "pinv()", used for matrix inversion in MATLAB. Since, the fundamental purpose of both the functions is the same, i.e. matrix inversion, but they are different from each other in many aspects. Hence, we will learn the important differences ... Read More

Difference between Convolution and Correlation in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 06-Sep-2023 14:58:54

6K+ Views

In mathematics, there are two operations namely, convolution and correlation used to manipulate two functions to produce a third function. Both operations play a vital role in various fields such as digital signal processing, digital image analysis processing, solving complex mathematical problems and many more. Convolution and correlation are also ... Read More

Definite Numerical Integration Using Quad in MATLAB

Manish Kumar Saini

Manish Kumar Saini

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

251 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

492 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

127 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

200 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

Advertisements