About 321,000 results
Open links in new tab
  1. Multidimensional Arrays - MATLAB & Simulink - MathWorks

    Oct 11, 2012 · Multidimensional arrays are an extension of 2-D matrices and use additional subscripts for indexing. A 3-D array, for example, uses three subscripts. The first two are just …

  2. How to concatenate a multidimensional array in MATLAB?

    Jun 12, 2017 · I have two multi-dimensional arrays: % Dimensions not matrix multiplication array1 = a*b*c*d array2 = a*b*c*e and I want to concatenate the array as: a*b*c* (d+e).

  3. Multidimensional Arrays (Programming and Data Types)

    In addition, MATLAB provides a special concatenation function that is useful for building multidimensional arrays. This section discusses: One way to create a multidimensional array is …

  4. sum - Sum of array elements - MATLAB - MathWorks

    If A is a vector, then sum(A) returns the sum of the elements. If A is a matrix, then sum(A) returns a row vector containing the sum of each column. If A is a multidimensional array, then sum(A) …

  5. MATLAB Multidimensional Arrays: Documentation & Examples

    Oct 11, 2012 · Multidimensional arrays are an extension of 2-D matrices and use additional subscripts for indexing. A 3-D array, for example, uses three subscripts. The first two are just …

  6. Summing across various dimensions a multi-dimensional Matlab array

    Aug 12, 2019 · Since R2018b, the function sum can sum along multiple dimensions simultaneously. Thus, you can sum over the dimensions M+1 through N by. For older versions …

  7. MATLAB Multi-Dimensional Array - Online Tutorials Library

    MATLAB Multi-Dimensional Array - Learn how to work with multi-dimensional arrays in MATLAB, including their creation, manipulation, and applications in numerical computing.

  8. cat - Concatenate arrays - MATLAB - MathWorks

    C = cat(dim,A1,A2,…,An) concatenates A1, A2, … , An along dimension dim. You can use the square bracket operator [] to concatenate or append arrays. For example, [A,B] and [A B] …

  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. arrays - Matlab Multidimensional matrices: Most efficient way

    Mar 19, 2013 · My question would be: What is the most effective way to add my matrix 'result' to every single matrix along the third dimension of 'sigma'? Currently I am looping over all 1000 …

  11. Some results have been removed
Refresh