When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. length - Length of largest array dimension - MATLAB - MathWorks

    www.mathworks.com/help/matlab/ref/length.html

    L = length(X) returns the length of the largest array dimension in X. For vectors, the length is simply the number of elements. For arrays with more dimensions, the length is max(size(X)). The length of an empty array is zero.

  3. size - Array size - MATLAB - MathWorks

    www.mathworks.com/help/matlab/ref/double.size.html

    sz = size(A) returns a row vector whose elements are the lengths of the corresponding dimensions of A. For example, if A is a 3-by-4 matrix, then size(A) returns the vector [3 4].

  4. length - 最大数组维度的长度 - MATLAB - MathWorks

    www.mathworks.com/help/matlab/ref/length_zh_CN.html

    此 MATLAB 函数 返回 X 中最大数组维度的长度。对于向量,长度仅仅是元素数量。对于具有更多维度的数据,长度为 max(size(X))。空数组的长度为零。

  5. Length of largest array dimension - MATLAB - MathWorks

    kr.mathworks.com/help/matlab/ref/double.length.html

    L = length(X) returns the length of the largest array dimension in X. For vectors, the length is simply the number of elements. For arrays with more dimensions, the length is max(size(X)). The length of an empty array is zero.

  6. length - Length of parallel object array - MATLAB - MathWorks

    www.mathworks.com/help/parallel-computing/distributed.length.html

    L = length(obj) returns the length of a parallel object array obj. It is equivalent to the command max(size(obj)).

  7. ndims - Number of array dimensions - MATLAB - MathWorks

    www.mathworks.com/help/matlab/ref/double.ndims.html

    N = ndims(A) returns the number of dimensions in the array A. The number of dimensions is always greater than or equal to 2. The function ignores trailing singleton dimensions, for which size(A,dim) = 1. example.

  8. strlength - Lengths of strings - MATLAB - MathWorks

    www.mathworks.com/help/matlab/ref/strlength.html

    Find the length of each string in str. Use strlength, not length, to determine the number of characters in each element of a string array.

  9. size - 数组大小 - MATLAB - MathWorks

    www.mathworks.com/help/matlab/ref/size_zh_CN.html

    dim — 查询的维度正整数标量 | 由正整数标量组成的向量 | 空数组. 查询的维度,指定为正整数标量、由正整数标量组成的向量或大小为 0×0、0×1 或 1×0 的空数组。. 如果 dim 的元素大于 ndims(A),则 size 在对应的输出元素中返回 1。. 如果 dim 是空数组,则 size 返回 ...

  10. Size of a structure - MATLAB Answers - MATLAB Central - MathWorks

    www.mathworks.com/matlabcentral/answers/351526-size-of-a-structure

    If you create a struct by the struct command, the size of the array is determined by the data, if they are provided as a cell array: % as {1 x 2} cell. This is equivalent to: If you want S to be a scalar and contain the cell {1,2} as field A, use: % as {1 x 1} cell, which contains the cell {1,2}.

  11. colon - Vector creation, array subscripting, and for-loop...

    www.mathworks.com/help/matlab/ref/double.colon.html

    When you use a colon as a subscript in an indexing expression, such as A(:,n), it acts as shorthand to include all subscripts in a particular array dimension. It is also common to create a vector with a colon for the purposes of indexing, such as A(j:k).

  1. Related searches matlab dimension

    matlab dimension of matrix