About 87,400 results
Open links in new tab
  1. Matrices and Arrays - MATLAB & Simulink - MathWorks

    Jul 8, 2010 · Matrix and Array Operations MATLAB allows you to process all of the values in a matrix using a single arithmetic operator or function.

  2. Basic Matrix Operations - MATLAB & Simulink Example

    This example shows basic techniques and functions for working with matrices in the MATLAB® language.

  3. assigning values to a matrix - MATLAB Answers - MATLAB Central

    Jan 6, 2021 · assigning values to a matrix. Learn more about matlab, matrix manipulation MATLAB

  4. Indexed Assignment - MATLAB & Simulink - MathWorks

    Oct 15, 2020 · In MATLAB, indexed assignment enables you to modify specific elements of an array. This example shows how to use indexed assignment to modify vector elements, perform scalar expansion, and enable array growth. Assigning new values to an existing array without indexing overwrites the entire array.

  5. matchpairs - Solve linear assignment problem - MATLAB

    Use matchpairs to match the rows and columns of the cost matrix. To get the maximum number of matches, use a large cost of unassignment (relative to the magnitude of the entries in the cost …

  6. Assign Multiple Variables - MATLAB Answers - MATLAB Central

    Sep 28, 2011 · which would be an invalid assignment (not enough output arguments) followed by three implicit disp ()

  7. Assignment - Assign values to specified elements of signal

    You can use the block to assign values to vector, matrix, or multidimensional signals. You can use an array of buses as an input signal to an Assignment block.

  8. Creating, Concatenating, and Expanding Matrices - MATLAB

    MATLAB has many functions that help create matrices with certain values or a particular structure. For example, the zeros and ones functions create matrices of all zeros or all ones.

  9. equals - Variable creation and indexed assignment - MATLAB

    With indexed assignment, the number of elements indexed on the left side must equal the number of new elements on the right side.

  10. extract first row from matrix - MATLAB Answers - MATLAB Central

    Feb 5, 2015 · To extract any row from a matrix, use the colon operator in the second index position of your matrix. For example, consider the following:

Refresh