Page 1 of 1

Complex integer arithmetic is not supported.

Posted: Thu Jul 20, 2017 6:40 am
by matlab1
Complex integer arithmetic is not supported.

Re: Complex integer arithmetic is not supported.

Posted: Fri Apr 12, 2019 6:16 am
by matlab1
There are some functions in MATLAB that do not support complex numbers.

You can solve this problem in some ways :

1 - return and check the previous code and find the problem in those lines.
A complex number can easily be generated by getting radical of a negative numbers or...

2 - Use the command (abs) and change the complex number to integer.