Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Software Engineering
2.5K+ articles
MATLAB-programs
46+ articles
MATLAB Array-Programs
12 posts
Recent Articles
Popular Articles
2D Array Interpolation in MATLAB
Last Updated: 06 December 2022
In this article, we are going to discuss "2D Array Interpolation" in MATLAB with the help of two linspace() and interp2() functions. Functions Usedlinspace( )The linspace(...
read more
Software Engineering
Picked
MATLAB-programs
MATLAB Array-Programs
How to extract numbers from cell array in MATLAB?
Last Updated: 23 July 2021
In this article, we are going to discuss the extraction of numbers from the cell array with the help of regexp(), str2double(), cat(), and isletter() functions.What is a C...
read more
Software Engineering
MATLAB-programs
MATLAB Array-Programs
How to detect duplicate values and its indices within an array in MATLAB?
Last Updated: 11 October 2021
In this article, we will discuss how to find duplicate values and their indices within an array in MATLAB. It can be done using unique(), length(), setdiff(), and numel() ...
read more
Software Engineering
MATLAB-programs
MATLAB Array-Programs
How to find sum of elements of an array in MATLAB?
Last Updated: 29 July 2021
This article will discuss the "Finding sum of elements of an array" in MATLAB that can be done using multiple approaches which are illustrated below. Using sum(A) This is ...
read more
Software Engineering
MATLAB-programs
MATLAB Array-Programs
Cell Arrays in MATLAB
Last Updated: 28 April 2025
In MATLAB, cell arrays are a type of arrays which stores elements of different data types and sizes in different cells, or one could say that cell arrays allow users to st...
read more
Software Engineering
Picked
MATLAB Array-Programs
Categorical Arrays in MATLAB
Last Updated: 28 April 2025
In MATLAB, categorical is a data type which can assign values from a finite, discrete set of values. For example, consider there are three categories, 'positive', 'negativ...
read more
Software Engineering
Picked
MATLAB Array-Programs
Run Length Encoding & Decoding in MATLAB
Last Updated: 28 April 2025
Run-length encoding, or RLE, is a straightforward method of lossless data compression in which runs of data, or sequences of data with the same value in many consecutive e...
read more
Technical Scripter
Picked
MATLAB
Technical Scripter 2022
MATLAB Array-Programs
MATLAB Find Closest Value in Array
Last Updated: 28 April 2025
MATLAB arrays store numbers and allow users to perform various operations on them. In this article, we shall see how to find the closest value to a given target value in a...
read more
Software Engineering
Picked
Technical Scripter 2022
MATLAB Array-Programs
MATLAB Find Exact String in Cell Array
Last Updated: 28 April 2025
Cell arrays in MATLAB store data of various data types as a cell. These cells could contain data of different types but belong to the same array. Now, this article is focu...
read more
Software Engineering
Picked
Technical Scripter 2022
MATLAB Array-Programs
Comparing Two Cell Arrays of Strings of Different Sizes in MATLAB
Last Updated: 28 April 2025
MATLAB is a high-performance language that is used for matrix manipulation, performing technical computations, graph plottings, etc. It stands for Matrix Laboratory.Cell A...
read more
Software Engineering
Picked
Technical Scripter 2022
MATLAB Array-Programs
How MATLAB Allocates Memory?
Last Updated: 28 April 2025
MATLAB is used to analyze and design the system and products transforming our world. MATLAB is a matrix-based language that is the most natural way to express Computationa...
read more
Software Engineering
Picked
Technical Scripter 2022
MATLAB Array-Programs
3D Array Interpolation MATLAB
Last Updated: 28 April 2025
Interpolation is a method of finding the value of queried data points based on the trend created by existing data points. MATLAB provides many options to perform interpola...
read more
Software Engineering
Picked
Technical Scripter 2022
MATLAB Array-Programs
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !