photo

vandana Ananthagiri


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
How to convert decimal into binary?
function A = binary_numbers(n) A = double(dec2bin(0:((2^n)-1),n))-48; end

4 years ago | 0