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]
Back to basics 12 - Input Arguments
467 Solvers
533 Solvers
Find the largest value in the 3D matrix
898 Solvers
357 Solvers
106 Solvers
Problem Tags