Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 63;
assert(isequal(your_fcn_name(x),y_correct))
|
Find the numeric mean of the prime numbers in a matrix.
5913 Solvers
How to find the position of an element in a vector without using the find function
2323 Solvers
Reverse the Words (not letters) of a String
244 Solvers
Program an exclusive OR operation with logical operators
597 Solvers
Project Euler: Problem 6, Natural numbers, squares and sums.
785 Solvers