for i = 1:2:20 if (i~=13) i end end x = 0:0.1:10; y = sin(x); plot(x,y);