Temp fix for Matlab syntax highlighting

The single quote messed up the rest of the file.
This commit is contained in:
Harry Mumford-Turner 2014-11-18 10:19:11 +00:00
parent 5ec6d68989
commit 1992190cd0

View File

@ -200,7 +200,7 @@ A(1, :) =[] % Delete the first row of the matrix
A(:, 1) =[] % Delete the first column of the matrix
transpose(A) % Transpose the matrix, which is the same as:
A'
A one
ctranspose(A) % Hermitian transpose the matrix
% (the transpose, followed by taking complex conjugate of each element)