Java class to pass complex data to and from MATLAB
The Complex class provides Java® support for MATLAB® complex arrays. Use this class to pass complex data to MATLAB. The MATLAB engine passes complex data to Java as an instance of Complex.
All MATLAB numeric types are converted to double in Java.
| The real part of the complex data |
| The imaginary part of the complex data |
Complex(double
real, double imag) constructs an instance of
Complex with the specified real and imaginary values.
com.mathworks.matlab.types.CellStr | com.mathworks.matlab.types.HandleObject | com.mathworks.matlab.types.Struct