Binary to Base X Conversion
Version 1.0 (369 Bytes) by
Manikandan VM
Converts a given Binary array into corresponding Base X.
This function converts a binary array to the corresponding sequence of intgers in Base X. We need to paas a row vector of bits(say B) and the value for Base (say X) to the function. The output will be D, which represnts B in Base X. D also will be a row vector of integers values fall into [0, X-1].
Cite As
Manikandan VM (2024). Binary to Base X Conversion (https://www.mathworks.com/matlabcentral/fileexchange/62107-binary-to-base-x-conversion), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2015b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Graphics > Images > Convert Image Type >
Find more on Convert Image Type in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0 |
|