MATLAB: Change exponent of scientific notation on plot

plotscientific notationx axisx-label

How do I change the scientific notation exponent on the x-axis of my plot?
What I would like to do was to change the x-axis labels, that are [0:0.5:2]*1e5, to [0:50:200]*1e3, ie, change the exponent of the scientific notation to 3 and rewrite the numbers to match it. The x-axis labels would be something like:
0.0000e+000 50.0000e+003 100.0000e+003 150.0000e+003 200.0000e+003
But the '×10^3' would be only on the right end of the x-axis.