Manish Kumar Saini has Published 1389 Articles

Difference between Intrinsic and Extrinsic Semiconductor

Manish Kumar Saini

Manish Kumar Saini

Updated on 31-Oct-2023 13:18:31

64K+ Views

Semiconductor devices are extensively used in the field of electronics. A semiconductor is a substance whose resistivity lies between conductors and insulators. Semiconductors have negative temperature co-efficient. The resistance in semiconductors increases with the decrease in temperature and vice versa. The conducting properties of a semiconductor changes, when a suitable ... Read More

Difference between Active and Passive Components (in Electronics)

Manish Kumar Saini

Manish Kumar Saini

Updated on 31-Oct-2023 12:45:57

81K+ 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 ... Read More

What is Electrical Conductivity? – Principle, Formula and Applications

Manish Kumar Saini

Manish Kumar Saini

Updated on 26-Oct-2023 13:16:00

335 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 ... Read More

Swapping Two Elements in Each Row of a Matrix Without Loop in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 26-Oct-2023 13:15:13

64 Views

Read this tutorial to learn the method of swapping two elements in each row of a matrix without using loop in MATLAB. MATLAB is a powerful to manipulate matrices. We can perform various operations on matrices using MATLAB. In MATLAB, we can swap any two elements in each row of ... Read More

Root Mean Square Error (RMSE) in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 26-Oct-2023 13:14:16

216 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 ... Read More

Reduced Row Echelon Form (rref) Matrix in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 26-Oct-2023 13:10:04

102 Views

Reduced row echelon form (rref) matrix is a simplified matrix used to solve a system of linear equations. MATLAB provides some built-in functions to find the reduced row echelon form matrix of a given matrix. Read this article to learn these methods of finding the reduced row echelon form matrix ... Read More

Page-wise matrix multiplication in MATLAB

Manish Kumar Saini

Manish Kumar Saini

Updated on 26-Oct-2023 13:07:18

76 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 ... Read More

How to Use & and && Operators in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 25-Oct-2023 15:48:33

73 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 ... 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 15:44:37

82 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 ... Read More

How to Write Data to Excel Spreadsheets in MATLAB?

Manish Kumar Saini

Manish Kumar Saini

Updated on 25-Oct-2023 15:42:34

168 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 ... Read More

Advertisements