You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This code is a simple recursion formula used to convert a number in base 10 to a number in base b.
Because it's a recursive method (mathematical), it's use is limited to base 10.
usage : convto(number in base 10, base b to convert to)
ex:
convto(100,6) = 244
because 2*36 + 4*6 + 4*1 = 72 + 24 + 4= 100
Steal my code... knowledge should be shared. Just don't try and sell it... unless you need lunch money and you've exhausted all your options, then I understand.
Cite As
Daniel (2026). Number Base Conversion CONVTO (https://www.mathworks.com/matlabcentral/fileexchange/45769-number-base-conversion-convto), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.0.0 (221 Bytes)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
