From 77f28824af30ae86c89a4785439c65bd5a623a8a Mon Sep 17 00:00:00 2001 From: Adam Bard Date: Sun, 6 Apr 2014 19:46:58 -0700 Subject: Fix syntax highlight. Fixes #587 (Instead of using #588) --- 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 15ff2303..9baefe68 100644 --- a/matlab.html.markdown +++ b/matlab.html.markdown @@ -181,7 +181,7 @@ size(A) % ans = 3 3 A(1, :) =[] % Delete the first row of the matrix -A' % Hermitian transpose the matrix +ctranspose(A) % Hermitian transpose the matrix % (the transpose, followed by taking complex conjugate of each element) transpose(A) % Transpose the matrix, without taking complex conjugate -- cgit v1.2.3