matlab-IntelliJ-plugin
matlab-IntelliJ-plugin copied to clipboard
Imaginary unit `j` yields syntax error
In Matlab it is viable to specify the imaginary unit by i or j according to varying conventions in different mathematical applications.
a = 1 + 2i;
b = 1 + 2j;
However, the second line yields a syntax error with
'&', '&&', ''', '(', '*', '+', '++', '-', '--', '.'', '.*', '...', './', '.\', '.^', '/', ':', <, <=, '=', '==', '>', '>=', '\', '^', '|', '||' or '~=' expected, got 'j'