Given a positive, integer n, create a function that returns the respective binary number in the form of a vector.
Example:
input: 3 output: [1 1]
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers229
Suggested Problems
-
Sum all integers from 1 to 2^n
18096 Solvers
-
Matrix indexing with two vectors of indices
782 Solvers
-
Calculate distance travelled when given radius and rotations
243 Solvers
-
296 Solvers
-
729 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!