ci - MATLAB Cody - MATLAB Central

ci

11982
Rank
2
Badges
440
Score
1 – 50 of 57

ci received Commenter badge for Problem 22. Remove the vowels

on 25 Feb 2017

ci submitted a Comment to Problem 22. Remove the vowels

I don't understand why the following doesn't work: expression = '[aeiouAEIOU]'; [~,noMatch] = regexp(s1,expression,'match','split'); [~,c] = size(noMatch); cell_s2 = ''; for i = 1:c cell_s2 = strcat(cell_s2,noMatch(i)); end s2 = string(cell_s2);

on 25 Feb 2017

ci submitted Solution 1114899 to Problem 20. Summing digits

on 3 Feb 2017

ci submitted Solution 1050431 to Problem 12. Fibonacci sequence

on 10 Nov 2016

ci submitted Solution 1050428 to Problem 12. Fibonacci sequence

on 10 Nov 2016

ci submitted Solution 1043800 to Problem 5. Triangle Numbers

on 3 Nov 2016

ci submitted Solution 1043782 to Problem 7. Column Removal

on 3 Nov 2016

1 – 50 of 57
Go to top of page