Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望将八进制基数的 45653.127664 转换为十六进制、二进制和十进制。
如何使用 MATLAB 做到这一点?
有很多功能可以做到这一点,尝试不同的组合base2dec, dec2base
base2dec, dec2base