Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
aVec = [3.14 15 9 26];
a = VectorFunc();
assert(isequal(a,aVec))
aVec =
3.1400 15.0000 9.0000 26.0000
|
Given an unsigned integer x, find the largest y by rearranging the bits in x
780 Solvers
184 Solvers
Back to basics - mean of corner elements of a matrix
297 Solvers
Find the area of the four walls
202 Solvers
326 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!