About 108,000 results
Open links in new tab
  1. transpose - Transpose vector or matrix - MATLAB - MathWorks

    This MATLAB function returns the nonconjugate transpose of A, that is, interchanges the row and column index for each element.

  2. transpose - Symbolic matrix transpose - MATLAB - MathWorks

    This MATLAB function computes the nonconjugate transpose of A.

  3. Reshaping and Rearranging Arrays - MATLAB & Simulink

    Apr 7, 2010 · Reshaping and Rearranging Arrays Many functions in MATLAB® can take the elements of an existing array and put them in a different shape or sequence. This can be …

  4. ctranspose - Complex conjugate transpose - MATLAB

    This MATLAB function computes the complex conjugate transpose of A.

  5. Matrices in the MATLAB Environment - MATLAB & Simulink

    Matrices in the MATLAB Environment This topic contains an introduction to creating matrices and performing basic matrix calculations in MATLAB ®. The MATLAB environment uses the term …

  6. What is the difference between .' and ' when transposing a matrix?

    May 4, 2018 · I am new to MatLab, and when I try to transpose a matrix , it seems that using .' and ' produce the same effect. For matrix a, for example, I can do a.' a' and they produce the …

  7. pagetranspose - Page-wise transpose - MATLAB - MathWorks

    This MATLAB function applies the nonconjugate transpose to each page of N-D array X.

  8. How can I transpose a dataset or table? - MATLAB Answers

    Mar 26, 2018 · The ability to transpose a dataset or table using the transpose operator (') is not available in MATLAB R2013b, however this is possible using a combination of other commands.

  9. ctranspose - Symbolic matrix complex conjugate transpose

    This MATLAB function computes the complex conjugate transpose of A.

  10. Basic Matrix Operations - MATLAB & Simulink Example

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