Tom - MATLAB Cody - MATLAB Central

Tom

32920
Rank
2
Badges
130
Score
1 – 16 of 16

Tom submitted Solution 37601 to Problem 35. Quote Doubler

on 11 Feb 2012

Tom submitted Solution 37595 to Problem 29. Nearest Numbers

on 11 Feb 2012

Tom submitted a Comment to Solution 1538

Wait... how is this: <pre>s2 = regexprep(s1,'[aeiouAEIOU]','');</pre> shorter than this? <pre>s2 = s1(regexpi(s1,'[^aeiou]'));</pre>

on 11 Feb 2012

Tom received Commenter badge for Solution 1538

on 11 Feb 2012

Tom submitted Solution 37562 to Problem 20. Summing digits

on 11 Feb 2012

Tom submitted Solution 37556 to Problem 22. Remove the vowels

on 11 Feb 2012

Tom submitted Solution 37549 to Problem 8. Add two numbers

on 11 Feb 2012

Tom submitted Solution 37472 to Problem 1. Times 2 - START HERE

on 11 Feb 2012

Tom received Solver badge for Solution 37472

on 11 Feb 2012

1 – 16 of 16
Go to top of page