is there any method to represent binary number in matlab

is there any method to represent binary number in matlab????,beacause when i write 00 its only shows 0 in command window

Answers (1)

Try something like dec2bin(4) or bin2dec('01001')

Categories

Find more on Programming in Help Center and File Exchange

Asked:

on 31 Mar 2017

Answered:

on 31 Mar 2017

Community Treasure Hunt

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

Start Hunting!