Data Analysis Articles

Found 170 articles

How to Extract Email Addresses from Gmail Messages

Ayodhay Kushwaha
Ayodhay Kushwaha
Updated on 08-Apr-2025 296 Views

To extract email addresses from Gmail Messages, you have to use google sheets also Apps Script for automation. Open a New google sheets and navigate to Extensions. Then,  set up script that scan your mailbox and lists sender emails address in the google sheets automatically. Here's is step-by-step procedure to extract email addresses from Gmail messages is given follow these steps:- Step 1: Open Google Sheets Go to Google Sheets and create a new or Blank sheets. Step 2: Open Apps Script Click on Extension on clicking you will see many option among them select Apps Script.   Step 3: ...

Read More

Difference Between Discrete Data and Continuous Data

Shirjeel Yunus
Shirjeel Yunus
Updated on 05-Aug-2024 572 Views

Discrete and continuous data are a part of statistical analysis. Businesses have to measure the quantitative data which helps them to know about the products and services that they are providing. In this article, we will discuss the difference between discrete data and continuous data which are quantitative. What is Discrete Data? Discrete data is a type of data which is limited to only certain types of values. The number of values is limited and is in the form of integers or whole numbers. These values belong to those categories which cannot be further broken down. Uses of Discrete Data ...

Read More

Difference between Analysis and Analytics

Shirjeel Yunus
Shirjeel Yunus
Updated on 01-Jul-2024 668 Views

Data is the most important asset for every business as they need to know the issues due to which they are unable to gain profit. Businesses need to know the differences between data analytics and analysis. These words have different meanings but still, they are used interchangeably. If you are a data analyst, you will have to know the mood of the customers and the trends they follow. Data has exploded due to the usage of different electronic gadgets like laptops, smartphones, tablets, etc. Data Analysis Data analysis is performed when the performance of a business has to be taken ...

Read More

10 Best Google Cloud Platform Courses in 2023

Satish Kumar
Satish Kumar
Updated on 26-Feb-2024 452 Views

Google Cloud Platform (GCP) is a cloud computing platform that offers a wide range of services to help businesses run their operations in the cloud. With its flexible and scalable infrastructure, GCP has become one of the most popular cloud platforms in recent years. If you're looking to learn how to use GCP to its fullest potential, taking a course is an excellent way to get started. In this article, we'll take a look at some of the best GCP courses available in 2023. Introduction to Google Cloud Platform If you're new to GCP, the Introduction to Google Cloud Platform ...

Read More

Variables in MATLAB – Definition, Characteristics, and Types

Manish Kumar Saini
Manish Kumar Saini
Updated on 13-Nov-2023 923 Views

MATLAB is a high-level programming language that supports different kinds of fundamental elements. In MATLAB, there is a fundamental element called variable which is used to store data. A variable has a unique name referred to as identifier. A value is stored in the variable that can be utilized through the variable name. In this article, we will study about basics of variables and their characteristics. Also, we will explore different types of variables and their declaration with the help of examples. What is a Variable in MATLAB? In MATLAB, a variable is one of the programming elements that is used to ...

Read More

Creating, Concatenating, and Expanding Matrices in MATLAB

Manish Kumar Saini
Manish Kumar Saini
Updated on 13-Nov-2023 586 Views

In MATLAB, creating, concatenating, and expanding matrices are three basic matrix operations. Since, matrix is one of the essential data structures in MATLAB programming used to perform various data processing tasks. Hence, understanding the process of creating, concatenating, and expanding matrices is important to perform data organization and manipulation in MATLAB programming. This article is meant for answering the following three questions related to MATLAB matrices − How to create different types of matrices in MATLAB? How to concatenate matrices? How to expand matrices? Let us discuss each operation one-by-one in detail. Creating Matrix in MATLAB In MATLAB, ...

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 478 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 709 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
Showing 1–10 of 170 articles
« Prev 1 2 3 4 5 17 Next »
Advertisements