array
-
Documents
Text in String Arrays
When you are working with text, enclose sequences of characters in double quotes. You can assign text to a variable.…
Read More » -
Functions
The find Function
Find Function The find function determines the indices of array elements that meet a given logical condition. In its simplest…
Read More » -
Controls
Linear Algebra
Informally, the terms matrix and array are often used interchangeably. More precisely, a matrix is a two-dimensional numeric array that…
Read More » -
Documents
Working with 8-Bit and 16-Bit Images
8-Bit and 16-Bit Indexed Images Double-precision (64-bit) floating-point numbers are the default MATLAB representation for numeric data. However, to reduce…
Read More » -
Functions
Subscripts
Subscripts Command The element in row i and column j of A is denoted by A(i,j). For example, A(4,2) is…
Read More » -
Documents
Working with Images in MATLAB Graphics
What Is Image Data? The basic MATLAB data structure is the array, an ordered set of real or complex elements.…
Read More »