About 358,000 results
Open links in new tab
  1. Given a matrix "A", how to create a row vector of 1s that

    Jun 4, 2019 · Create a column vector of 1's that has the same number of elements as "A" has columns. Using matrix multiplication, assign the product of the row vector, the matrix "A", and …

  2. reshape - Reshape symbolic array - MATLAB - MathWorks

    Examples Reshape Symbolic Row Vector into Column Vector Reshape V, which is a 1-by-4 row vector, into the 4-by-1 column vector Y. Here, V and Y must have the same number of …

  3. Array Indexing - MATLAB & Simulink - MathWorks

    Sep 10, 2011 · To refer to multiple elements of an array, use the colon operator, which allows you to specify a range of the form start:end. For example, list the elements in the first three rows …

  4. max - Maximum elements of array - MATLAB - MathWorks

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

  5. How to calculate mean of specified row and column of

    Jul 27, 2024 · I need to calculate mean of each row and column corresponding to each data (i).best, for example I need to sum up all of the data that are in data (i).best (5,7) (i is from 1 to …

  6. Detailed Rules for Array Indexing - MATLAB & Simulink - MathWorks

    Convert these two matrices to two subscript column vectors. The first subscript vector indicates that the row locations you want to access are 1, 2, 4, and 3, and the second subscript vector …

  7. Working with Arrays in MATLAB

    Jun 29, 2020 · Here is the element of A in the first row second column. You can specify a range of rows and columns to access sections of an array such as row 1, columns 1 through 2.

  8. How to get the row and column from a matrix? - MathWorks

    Jun 23, 2019 · I have a matrix A I want to find the size of rows and columns of it . How to do it

  9. Tiled Layout Utilities: Dynamic Figure and Subplot Tools

    Jul 15, 2025 · Function set for easy management of tiled layouts. Automates grid setup and nested layouts in row/column order with custom spans.

  10. worldToSubscript - Convert world coordinates to row and column ...

    The resulting vectors contain the column, row, and plane indices that are closest to the point. Note that the indices are discrete, and that points outside the image boundary have index values of …