MATLAB: Precision of datatype complex

complexdatatypeMATLABprecision

Hi,
can someone give me a answer of the precision of a complex value of matlab. is the wohle value double or each part (real,im) ?
kind regards Alex

Best Answer

The real and the imaginary parts are stored in a double. Therefore a complex double occupies 2*8 bytes.