From 1992190cd010c21115c00c84ae168d0c004023e2 Mon Sep 17 00:00:00 2001 From: Harry Mumford-Turner Date: Tue, 18 Nov 2014 10:19:11 +0000 Subject: Temp fix for Matlab syntax highlighting The single quote messed up the rest of the file. --- matlab.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matlab.html.markdown') diff --git a/matlab.html.markdown b/matlab.html.markdown index 2b9077d5..9de41275 100644 --- a/matlab.html.markdown +++ b/matlab.html.markdown @@ -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) -- cgit v1.2.3