jonathf/matlab2cpp

Complex numbers

Closed this issue · 0 comments

Numbers of imaginary and complex types are recognized but not processed.

Example:
a = 1+2i
b = [a,a]
c = b(1)