vector
-
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 » -
Controls
The Colon Operator
The colon, :, is one of MATLAB’s most important operators. It occurs in several different forms. The expression 1:10 is…
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 » -
Examples
Stream Line Plots of Vector Data
Wind Mapping Data The MATLAB vector data set called wind represents air currents over North America. This example uses a…
Read More »