mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 09:14:39 +02:00
Temp fix for Matlab syntax highlighting
The single quote messed up the rest of the file.
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user