Problem 44417. 英語の文章内の母音を取り除くコードを書きましょう。
与えられた英語の文章内の母音を取り除きましょう。
例:
入力 s1 が 'Jack and Jill went up the hill' の場合、 出力 s2 は 'Jck nd Jll wnt p th hll'
- (英語版) Problem 22. Remove the vowels https://www.mathworks.com/matlabcentral/cody/problems/22
Solution Stats
Problem Comments
-
5 Comments
Community is not limited to English-native people but widely open to people who mainly speak any languages. I create those problems since we had a request to have Japanese Cody questions. (This is a test phase yet, so please understand the situation.)
Currently, I add a tag for Japanese, but probably, we need a filtering feature like MATLAB Answers.
Everyone will have their own perspective, I'm sure. Personally I don't mind creation of non-English problems, because not everyone is (nor should be) fluent in English. Although I think it would be nice to have at least small differences to the existing problems. For example, if the original problem is to remove vowels, then you could create your own problem where the task is to instead remove consonants.
This problem has incorrect test case (no 2)
Did anyone resolve this problem?
Solution Comments
Show commentsGroup

Operations
- 32 Problems
- 14 Finishers
- modular arithmetic
- Sum the 'edge' values of a matrix
- Subtract integers and add doubles
- Multiplication
- Let's get back to school, and create multiplication tables
- Make an N-dimensional Multiplication Table
- Mmm! Multi-dimensional Matrix Multiplication
- Accurate Division
- Number of even divisors of a given number
- Raise a polynomial to a power
- Array ex-OR
- Airline Ticket Mod7 Checksum
- Determinant without using det()
- Calculate the hypotenuse of a right triangle without using ^ and sqrt ()
- Calculate sin(x) without sin(x)
- Calculate cosine without cos(x)
- Negative without '-'
- calculate PI without using pi function
- Church Encoding
- Concatenated roots
- Product of Each Column
- Perl 1: push
- Vector push
- Vector pop
- Shuffle
- Please check the last row
- Converting Decimal to Binary
- Temperature Conversion Utility
- Temperature Conversion Utility (Strings)
- Calculate the sum of two polynomials
- Moving average (variable kernel length)
- Weighted average
Problem Recent Solvers308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!