Clear Filters
Clear Filters

convert decimal to binary (for whole column)

2 views (last 30 days)
ck
ck on 30 Sep 2016
Answered: kumar panduga on 8 Oct 2016
How can I convert the whole column of decima values to binary values? Is there any function for that or would i have to write a loop

Answers (2)

dpb
dpb on 30 Sep 2016
doc dec2bin % for details...

kumar panduga
kumar panduga on 8 Oct 2016
dec2bin(column)

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!