MATLAB: Poles and Zeros Matlab Notation

MATLABnotationpoleszeros

When you are trying to compute poles and zeros and matlab gives you something like:
1.0e+02 *
-0.0259 - 1.1089i
-0.0259 + 1.1089i
-0.0078 - 0.3314i
So is the real part multiplied by hundred or both real and the complex part multiplied by 100?
Thanks,

Best Answer

Both real and complex are multiplied.
You might want to investigate the format command.