Problem 1861. Binary

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

57.42% Correct | 42.58% Incorrect
Last Solution submitted on Feb 27, 2024

Solution Comments

Show comments

Problem Recent Solvers193

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!