MATLAB: Print number as .0000000E+00

formattingfprintfnumber format

I would like to print a number with the following format:
.0000000E+00
MATLAB prefers the following:
0.0000000E+000
Is there a way to solve this issue?