is there any method to represent binary number in matlab

2 Ansichten (letzte 30 Tage)
ablaze
ablaze am 31 Mär. 2017
Beantwortet: Greg Dionne am 31 Mär. 2017
is there any method to represent binary number in matlab????,beacause when i write 00 its only shows 0 in command window

Antworten (1)

Greg Dionne
Greg Dionne am 31 Mär. 2017
Try something like dec2bin(4) or bin2dec('01001')

Community Treasure Hunt

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

Start Hunting!

Translated by