Which statement returns the character array 'alone'?
b = ['stand' 'alone'];
b(2)
b(1,2)
b(7:11)
b(6:end)