Matlab reconnect after power interrupt?

Hi,

This does seem like a bug, because I can execute the following commands in MATLAB and not have to reconnect/repower in between.

a = arduino
delete a
a = arduino

It does work every single time.