MATLAB: Olympic puzzle number one

clearoverloadpuzzleshadow

Daniel has provided this nice puzzler:
clear = @()disp('Have fun undoing this (:');
Let's solve this challenge and restore the original clear command in as many ways as you find.

Best Answer

system('matlab &');quit