Problem 2530. Powers Of
Fill the vector with powers of 2, so that vector(1) is 2^1, vector(2) is 2^2, etc. Stop with vector(10). Complete the function using a for loop.
Solution Stats
Problem Comments
-
1 Comment
Gergely Patay
on 13 Jan 2015
I really wanted to write: "Fantastic problem, encourages the usage of the best and most efficient Matlab coding style.
And the test suite is especially noteworthy." ;)
Solution Comments
Show commentsProblem Recent Solvers107
Suggested Problems
-
Determine whether a vector is monotonically increasing
22145 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15687 Solvers
-
Test if two numbers have the same digits
253 Solvers
-
Generate a random matrix A of (1,-1)
369 Solvers
-
279 Solvers
More from this Author6
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!