convert integer to binary or binary to integer

Version 1.0.0 (1.58 KB) by Thomas
convert a column vetor of integers to a column vector of binaries or vice versa
31 Downloads
Updated 10 Jan 2021

View License

example:
int2bin([2; 5; 15]) = [0 0 1 0;0 1 0 1;1 1 1 1]
or
bin2int([ 0 1 1; 2 2 2], 3) = [4; 26] (in a three digit system)

Cite As

Thomas (2024). convert integer to binary or binary to integer (https://www.mathworks.com/matlabcentral/fileexchange/85473-convert-integer-to-binary-or-binary-to-integer), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0