you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 insightful - 3 fun4 insightful - 2 fun5 insightful - 3 fun -  (1 child)

you're literally advertising empty space :D

[–]Airbus320 2 insightful - 3 fun2 insightful - 2 fun3 insightful - 3 fun -  (0 children)

function part = afterialfabet( word, letter )

for ( i = 1 : length(word) )

if ( letter < word(i) )

  a(i) = word(i);


end

end

part = a;

part = part(part ~= 0);

end