Skip to content

Commit

Permalink
Fix syntax highlight.
Browse files Browse the repository at this point in the history
Fixes adambard#587 (Instead of using adambard#588)
  • Loading branch information
adambard committed Apr 7, 2014
1 parent 9b1f4f1 commit 77f2882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77f2882

Please sign in to comment.