MATLAB transpose issue
-
There’s an issue when using MATLAB syntax highlighting in which the
'symbol which is used to denote a transpose of a matrix is parsed as the beginning of a string. This results in peculiar behaviour where anything that follows'is considered as a string and thus highlighted as such. I have to resort to replacing all occurrences of'withtranspose(), but I’d prefer not to do that.Any ideas how I can fix this?
Thanks in advance.
The topic ‘MATLAB transpose issue’ is closed to new replies.