This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x=imread('http://static0.therichestimages.com/wp-content/uploads/2014/02/san-sebastian.jpg');
y_correct = 54791054;
assert(isequal(your_fcn_name(x),y_correct));
|
2 | Pass |
%%
x=imread('http://grxworkshop.com/wp-content/uploads/2013/11/223-126-guggenheim-large.jpg');
y_correct=120866847;
assert(isequal(your_fcn_name(x),y_correct));
|
2276 Solvers
Arrange vector in ascending order
541 Solvers
213 Solvers
120 Solvers
204 Solvers