Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'a';
y_correct = 97;
assert(isequal(your_fcn_name(x),y_correct))
|
Project Euler: Problem 6, Natural numbers, squares and sums.
1018 Solvers
109 Solvers
Determine the length of a string of characters
171 Solvers
Element by element multiplication of two vectors
267 Solvers
137 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!