MATLAB: Does the Neural Network Toolbox support complex numbers

I would like to know if the Neural Network Toolbox supports complex numbers.

Best Answer

The functions of the Neural Network Toolbox do not restrict the use of complex numbers; however, results are not guaranteed. The best way to handle complex data is to split each complex number into its real and imaginary parts, and present them as two real numbers.
Related Question