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 =(1:4); y=(5:9);
M=[1, 1,1,1,1;32,64,128,256,512;243,729,2187,6561,19683;1024,4096,16384,65536,262144];
assert(isequal(pow_mat(x,y),M))
|
1263 Solvers
Sum all integers from 1 to 2^n
8414 Solvers
Convert a vector into a number
503 Solvers
436 Solvers
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!