Take an input number and print the binary value of this number.
i use dec2bin but it shows error pls help me
Note that dec2bin returns a character string, but the test suite asks for numbers.
thank you
434 Solvers
Arrange vector in ascending order
541 Solvers
328 Solvers
373 Solvers
481 Solvers
Solution 217288
This solution is working in MATLAB Command window. so i am confused why it is showing error here??
dec2bin returns a string. This problem is looking for numbers.