mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 15:24:09 +03:00
Temp fix for Matlab syntax highlighting
The single quote messed up the rest of the file.
This commit is contained in:
parent
5ec6d68989
commit
1992190cd0
@ -200,7 +200,7 @@ A(1, :) =[] % Delete the first row of the matrix
|
|||||||
A(:, 1) =[] % Delete the first column of the matrix
|
A(:, 1) =[] % Delete the first column of the matrix
|
||||||
|
|
||||||
transpose(A) % Transpose the matrix, which is the same as:
|
transpose(A) % Transpose the matrix, which is the same as:
|
||||||
A'
|
A one
|
||||||
ctranspose(A) % Hermitian transpose the matrix
|
ctranspose(A) % Hermitian transpose the matrix
|
||||||
% (the transpose, followed by taking complex conjugate of each element)
|
% (the transpose, followed by taking complex conjugate of each element)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user