About 327,000 results
Open links in new tab
  1. Multidimensional Arrays - MathWorks

    A multidimensional array in MATLAB® is an array with more than two dimensions. In a matrix, the two dimensions are represented by rows and columns. Each element is defined by two …

  2. size - MathWorks

    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]. If A …

  3. Matrices and Arrays - MathWorks

    Jul 8, 2010 · All MATLAB variables are multidimensional arrays, no matter what type of data. A matrix is a two-dimensional array often used for linear algebra. Array Creation

  4. How do you make a 2-d array in Matlab? - Stack Overflow

    Mar 12, 2010 · I want to make a 2D array dij(i and j are subscripts). I want to be able to do dij = di,j-1+(di,j-1 - di-1,dj-1)/(4^j-1) My idea for this it to make to 1D arrays and then combine them …

  5. Multidimensional Arrays (Programming and Data Types)

    You can use MATLAB functions such as randn, ones, and zeros to generate multidimensional arrays in the same way you use them for two-dimensional arrays. Each argument you supply …

  6. Special Arrays in MATLAB - Online Tutorials Library

    Multidimensional arrays in MATLAB are an extension of the normal two-dimensional matrix. Generally to generate a multidimensional array, we first create a two-dimensional array and …

  7. MATLAB Multi-Dimensional Array - Online Tutorials Library

    A multi-dimensional array in matlab is an array with more than 2 dimensions. We have so far come across two dimensions represented with rows and columns. So to access any element …

  8. Matlab 2D Array | How 2D Array Works in Matlab with Examples …

    Mar 6, 2023 · Matlab provides the functionality to implement the array, in which we can implement multidimensional arrays such as 2D arrays. With the help of a 2D array, we can manipulate the …

  9. Multidimensional Arrays in MATLAB - ref.coddy.tech

    In MATLAB, you can create multidimensional arrays using various methods. The simplest approach is to use the zeros, ones, or rand functions with multiple dimension arguments. …

  10. Reshape multidimensional N-D array in matlab correctly without ...

    Oct 11, 2013 · I have a 400x400x20x24 array in which 400x400 is an image and 24 is a number of images at 20 times. I have to do an operation on each voxel and to make this quicker I want …

  11. Some results have been removed
Refresh