function test_val = test_resize5 a = 0; a(2,1,2) = 0; a(5) = 1; test_val = all(a == [0,0,0,0,1]);