Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x='We are the MaTLaBins';
y_correct = 3;
assert(isequal(VOWEL_COUNTER2(x),y_correct))
|
2 | Pass |
x='ThiS iS tHe MaTLaB CoDiNg';
y_correct = 4;
assert(isequal(VOWEL_COUNTER2(x),y_correct))
|
3 | Pass |
x='eDuCaTioN';
y_correct = 5;
assert(isequal(VOWEL_COUNTER2(x),y_correct))
|
4 | Pass |
x='LaBoRaToRy';
y_correct = 2;
assert(isequal(VOWEL_COUNTER2(x),y_correct))
|
5 | Pass |
x='Deleted';
y_correct = 1;
assert(isequal(VOWEL_COUNTER2(x),y_correct))
|
6 | Pass |
x='Dltd';
y_correct = 0;
assert(isequal(VOWEL_COUNTER2(x),y_correct))
|
2197 Solvers
Convert from Base 10 to base 5
203 Solvers
Who has power to do everything in this world?
318 Solvers
Returning a "greater than" vector
188 Solvers
232 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!