This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
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));
|
4106 Solvers
9822 Solvers
2500 Solvers
147 Solvers
271 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!