Manish Kumar Saini

Manish Kumar Saini

796 Articles Published

Articles by Manish Kumar Saini

Page 9 of 80

Difference between Active and Passive Components (in Electronics)

Manish Kumar Saini
Manish Kumar Saini
Updated on 31-Oct-2023 112K+ Views

In electrical and electronics engineering, the closed path followed by the electric current is known as electric circuit. Every electric circuit is composed of many circuit components such as sources of power, resistors, capacitors, inductors, diode, etc. Therefore, the circuit components are the basic building blocks of an electrical or electronic circuit.Depending upon the power delivering or absorbing ability, the circuit components can be classified in following two types −Active componentsPassive componentsThe most significant difference between active components and passive components is that an active component can supply power to an electric circuit, whereas a passive component cannot deliver power, ...

Read More

What is Electrical Conductivity? – Principle, Formula and Applications

Manish Kumar Saini
Manish Kumar Saini
Updated on 26-Oct-2023 2K+ Views

Electrical Conductivity is an important term used in electrical engineering to understand the behavior of a material and electric current flowing through it. Electric conductivity is the property of a material that provides ease in the flow of electric current through the material. Read this article to get a detailed understanding of "electric conductivity", from its definition to principle and its applications. Let us start with the basic definition of electrical conductivity. What is Electrical Conductivity? Electrical conductivity is defined as the property that provides ease in the flow of electric current (movement of electrons) through a material. Electrical conductivity ...

Read More

Root Mean Square Error (RMSE) in MATLAB

Manish Kumar Saini
Manish Kumar Saini
Updated on 26-Oct-2023 1K+ Views

Root Mean Square Error (RMSE) is an error estimation technique used to calculate the difference between estimated values and actual values. This method provides the average value of errors as a single value. We can use MATLAB to calculate the root mean square error. For this, MATLAB provides various built-in functions. In this tutorial, I will explain how to calculate the Root Mean Square Error (RMSE) in MATLAB. What is Root Mean Square Error (RMSE)? The root mean square error (RMSE) is a method of measuring error or accuracy of a predictive tool or model. It is calculated by finding ...

Read More

Page-wise matrix multiplication in MATLAB

Manish Kumar Saini
Manish Kumar Saini
Updated on 26-Oct-2023 488 Views

When we multiply two N-dimensional matrices along each dimension or page of the two matrices, then it is called page-wise matrix multiplication. Page-wise matrix multiplication is mainly performed in the case of 3-dimensional matrices. Go through this tutorial to learn the methods of performing page-wise matrix multiplication using MATLAB. What is Page-Wise Matrix Multiplication? When two N-dimensional matrices are multiplied along each dimension of the two matrices, then this type of matrix multiplication is called the page-wise matrix multiplication. It is basically the element wise multiplication of two 3D matrices along a specific dimension or page in a 3D matrix. ...

Read More

How to Use & and && Operators in MATLAB?

Manish Kumar Saini
Manish Kumar Saini
Updated on 25-Oct-2023 720 Views

In MATLAB, there are various types of operators used to perform different operations. Two such operators are "&" and "&&". The "&" and "&&" operators are the logical operators used to perform element wise logical AND operations. However, they are absolutely different from each other on the basis of their behavior. Read this article to understand the basics of "&" and "&&" operators in MATLAB along with their applications in MATLAB programming. What is & Operator in MATLAB? In MATLAB, the "&" operator is an element-wise operator used to perform logical AND operation between two arrays. If we use ...

Read More

How to Use Tex (LaTeX Math Mode) Symbols in Legends and Labels in MATLAB Figures?

Manish Kumar Saini
Manish Kumar Saini
Updated on 25-Oct-2023 457 Views

MATLAB is a powerful tool to perform various mathematical tasks such as performing operations, plotting charts and figures, manipulating matrices, and more. In digital mathematical tools like MATLAB, there is a typesetting system called "TeX" which is used to communicate and publish mathematical equations and structures. This typesetting system was developed by Donald Knuth. In this tutorial, I will explain the TeX system in LaTeX math mode and the use of TeX symbols in legends and labels in a plot or figure in MATLAB. What is TeX in MATLAB? TeX is a typesetting system used to publish mathematical equations and ...

Read More

How to Write Data to Excel Spreadsheets in MATLAB?

Manish Kumar Saini
Manish Kumar Saini
Updated on 25-Oct-2023 846 Views

MATLAB provides various built-in functions that enable us to write data in the form of tables, matrices, cell arrays, etc. to an Excel file. Read this article to learn the process of writing data to Excel spreadsheets in MATLAB. The following are some commonly used methods to write data to excel spreadsheets using MATLAB − Using the "writetable" Function Using the "xlswrite" Function Using the "writematrix" Function Using the "writecell" Function Let us discuss each of these methods in detail with the help of examples. Using "writetable" Function in MATLAB In MATLAB, the "writetable" is a built-in function ...

Read More

How to Validate the Number of Function Arguments in MATLAB?

Manish Kumar Saini
Manish Kumar Saini
Updated on 25-Oct-2023 286 Views

In MATLAB, the process of ensuring that a function is executed with the correct and expected input and output arguments is termed as validating the number of function arguments. Go through this tutorial to learn how you can validate the number of function arguments in MATLAB. Validate Number of Function Arguments in MATLAB In MATLAB, we can define functions that take a specific number of input and output arguments. We need to ensure that the functions use these input and output arguments properly and also detect errors if any. Therefore, MATLAB provides a way of validating the number of arguments ...

Read More

Increase and decrease the brightness of an image in MATLAB

Manish Kumar Saini
Manish Kumar Saini
Updated on 25-Oct-2023 1K+ Views

In an image, brightness is an attribute that is interpreted by our eyes based on the amount of light reflected by different regions of the image. Brightness is related to the intensity of light in the image i.e., if an image has more light it will appear brighter. If the image has less light, it will appear as darker. Therefore, brightness influences the visual quality of an image. However, we have various tools like MATLAB to adjust the brightness of the image and enhance its visual quality. In a digital image, the brightness is a controlled by pixel values of ...

Read More

Implementation of Fourier Series up to \"n\" Harmonics in MATLAB

Manish Kumar Saini
Manish Kumar Saini
Updated on 25-Oct-2023 680 Views

In mathematics, the Fourier series up to "n" harmonics is a technique used to approximate a periodic function through the sum of sine and cosine functions. We can implement the Fourier series up to "n" harmonics in MATLAB programming. Before discussing this implementation, let us first get an overview of Fourier series up to "n" harmonics. What is Fourier Series up to "n" Harmonics? In mathematics, the Fourier series is a method of expressing a periodic function as a sum of sinusoidal functions (sine and cosine functions). The Fourier series up to "n" harmonics is a way of approximating a ...

Read More
Showing 81–90 of 796 articles
« Prev 1 7 8 9 10 11 80 Next »
Advertisements